#36211F

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

Shades of Livid Brown #36211F

Tints of Livid Brown #36211F

Color information

#36211F (or 0x36211F) is unknown color: approx Livid Brown. HEX triplet: 36, 21 and 1F. RGB value is (54,33,31). Sum of RGB (Red+Green+Blue) = 54+33+31=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #36211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36211F is #C9DEE0. Grayscale: #272727. Windows color (decimal): -13229793 or 2040118. OLE color: 2040118.

HSL color Cylindrical-coordinate representation of color #36211F: hue angle of 5.22º 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 #36211F is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB543331-
CMYK00.390.430.79
HSL5.22º27.06%16.67%-
HSV(B)5.22º42.59%21.18%-
XYZ2.311.971.55-
YUV39.05123.46138.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.76%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 31 (12.5% from 255) = 26.27%
R=45.76%
G=27.97%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54333100.390.430.795.2227.0616.67
Hex36211F0272B4F51b11
Octal6641370475311753321
Binary11011010000111111010011110101110011111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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