#362421

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

Shades of Livid Brown #362421

Tints of Livid Brown #362421

Color information

#362421 (or 0x362421) is unknown color: approx Livid Brown. HEX triplet: 36, 24 and 21. RGB value is (54,36,33). Sum of RGB (Red+Green+Blue) = 54+36+33=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #362421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362421 is #C9DBDE. Grayscale: #292929. Windows color (decimal): -13229023 or 2171958. OLE color: 2171958.

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

Color convert

RGB543633-
CMYK00.330.390.79
HSL8.57º24.14%17.06%-
HSV(B)8.57º38.89%21.18%-
XYZ2.432.161.73-
YUV41.04123.46137.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.90%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 33 (13.28% from 255) = 26.83%
R=43.90%
G=29.27%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54363300.330.390.798.5724.1417.06
Hex362421021274F91811
Octal66444104147117113021
Binary1101101001001000010100001100111100111110011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362421; }

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

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

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

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

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

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

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

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