#422524

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

Shades of Livid Brown #422524

Tints of Livid Brown #422524

Color information

#422524 (or 0x422524) is unknown color: approx Livid Brown. HEX triplet: 42, 25 and 24. RGB value is (66,37,36). Sum of RGB (Red+Green+Blue) = 66+37+36=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #422524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422524 is #BDDADB. Grayscale: #2D2D2D. Windows color (decimal): -12442332 or 2368834. OLE color: 2368834.

HSL color Cylindrical-coordinate representation of color #422524: hue angle of 2º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #422524 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB663736-
CMYK00.440.450.74
HSL29.41%20%-
HSV(B)45.45%25.88%-
XYZ3.232.612-
YUV45.56122.61142.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.48%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 36 (14.45% from 255) = 25.90%
R=47.48%
G=26.62%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66373600.440.450.74229.4120
Hex42252402C2D4A21d14
Octal10245440545511223524
Binary100001010010110010001011001011011001010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422524; }

 p { color: rgb(66,37,36); }

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

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

 a { background-color: rgb(66,37,36); }

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

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

 span { border-color: rgb(66,37,36); }

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