#422519

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

Shades of Brown Pod #422519

Tints of Brown Pod #422519

Color information

#422519 (or 0x422519) is unknown color: approx Brown Pod. HEX triplet: 42, 25 and 19. RGB value is (66,37,25). Sum of RGB (Red+Green+Blue) = 66+37+25=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #422519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422519 is #BDDAE6. Grayscale: #2C2C2C. Windows color (decimal): -12442343 or 1647938. OLE color: 1647938.

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

Color convert

RGB663725-
CMYK00.440.620.74
HSL17.56º45.05%17.84%-
HSV(B)17.56º62.12%25.88%-
XYZ3.082.551.25-
YUV44.3117.11143.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.56%
GREEN value IS 37 (14.84% from 255) = 28.91%
BLUE value IS 25 (10.16% from 255) = 19.53%
R=51.56%
G=28.91%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66372500.440.620.7417.5645.0517.84
Hex42251902C3E4A122d12
Octal102453105476112225522
Binary100001010010111001010110011111010010101001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422519; }

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

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

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

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

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

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

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

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