#362522

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

Shades of Livid Brown #362522

Tints of Livid Brown #362522

Color information

#362522 (or 0x362522) is unknown color: approx Livid Brown. HEX triplet: 36, 25 and 22. RGB value is (54,37,34). Sum of RGB (Red+Green+Blue) = 54+37+34=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #362522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362522 is #C9DADD. Grayscale: #292929. Windows color (decimal): -13228766 or 2237750. OLE color: 2237750.

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

Color convert

RGB543734-
CMYK00.310.370.79
HSL22.73%17.25%-
HSV(B)37.04%21.18%-
XYZ2.472.221.81-
YUV41.74123.63136.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.2%
GREEN value IS 37 (14.84% from 255) = 29.6%
BLUE value IS 34 (13.67% from 255) = 27.2%
R=43.2%
G=29.6%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54373400.310.370.79922.7317.25
Hex36252201F254F91711
Octal66454203745117112721
Binary110110100101100010011111100101100111110011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362522; }

 p { color: rgb(54,37,34); }

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

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

 a { background-color: rgb(54,37,34); }

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

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

 span { border-color: rgb(54,37,34); }

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