#362120

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

Shades of Livid Brown #362120

Tints of Livid Brown #362120

Color information

#362120 (or 0x362120) is unknown color: approx Livid Brown. HEX triplet: 36, 21 and 20. RGB value is (54,33,32). Sum of RGB (Red+Green+Blue) = 54+33+32=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #362120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362120 is #C9DEDF. Grayscale: #272727. Windows color (decimal): -13229792 or 2105654. OLE color: 2105654.

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

Color convert

RGB543332-
CMYK00.390.410.79
HSL2.73º25.58%16.86%-
HSV(B)2.73º40.74%21.18%-
XYZ2.331.981.63-
YUV39.16123.96138.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.38%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 32 (12.89% from 255) = 26.89%
R=45.38%
G=27.73%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54333200.390.410.792.7325.5816.86
Hex362120027294F31a11
Octal6641400475111733221
Binary11011010000110000001001111010011001111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362120; }

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

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

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

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

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

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

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

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