#362824

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

Shades of Livid Brown #362824

Tints of Livid Brown #362824

Color information

#362824 (or 0x362824) is unknown color: approx Livid Brown. HEX triplet: 36, 28 and 24. RGB value is (54,40,36). Sum of RGB (Red+Green+Blue) = 54+40+36=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #362824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362824 is #C9D7DB. Grayscale: #2B2B2B. Windows color (decimal): -13227996 or 2369590. OLE color: 2369590.

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

Color convert

RGB544036-
CMYK00.260.330.79
HSL13.33º20%17.65%-
HSV(B)13.33º33.33%21.18%-
XYZ2.62.432-
YUV43.73123.64135.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.54%
GREEN value IS 40 (16.02% from 255) = 30.77%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=41.54%
G=30.77%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54403600.260.330.7913.332017.65
Hex36282401A214Fd1412
Octal66504403241117152422
Binary110110101000100100011010100001100111111011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362824; }

 p { color: rgb(54,40,36); }

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

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

 a { background-color: rgb(54,40,36); }

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

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

 span { border-color: rgb(54,40,36); }

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