#36201F

Color #36201F Livid Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Livid Brown #36201F

Tints of Livid Brown #36201F

Color information

#36201F (or 0x36201F) is unknown color: approx Livid Brown. HEX triplet: 36, 20 and 1F. RGB value is (54,32,31). Sum of RGB (Red+Green+Blue) = 54+32+31=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #36201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36201F is #C9DFE0. Grayscale: #262626. Windows color (decimal): -13230049 or 2039862. OLE color: 2039862.

HSL color Cylindrical-coordinate representation of color #36201F: hue angle of 2.61º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #36201F is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB543231-
CMYK00.410.430.79
HSL2.61º27.06%16.67%-
HSV(B)2.61º42.59%21.18%-
XYZ2.291.921.55-
YUV38.46123.79139.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 46.15%
GREEN value IS 32 (12.89% from 255) = 27.35%
BLUE value IS 31 (12.5% from 255) = 26.50%
R=46.15%
G=27.35%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54323100.410.430.792.6127.0616.67
Hex36201F0292B4F31b11
Octal6640370515311733321
Binary1101101000001111101010011010111001111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36201F; }

 p { color: rgb(54,32,31); }

 H1.HeaderClassName
 {
   color: #36201F;
 }
 .AnyTagClassName
 {
   color: #36201F;
 }
</style>
background-color css

<style>
 a { background-color: #36201F; }

 a { background-color: rgb(54,32,31); }

 div.DivClassName
 {
   background-color: #36201F;
 }
 .BgClassName
 {
   background-color: #36201F;
 }
</style>
border-color css

<style>
 span { border-color: #36201F; }

 span { border-color: rgb(54,32,31); }

 td.TdClassName
 {
   border-color: #36201F;
 }
 .TagClassName
 {
   border-color: #36201F;
 }
</style>