#422517

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

Shades of Brown Pod #422517

Tints of Brown Pod #422517

Color information

#422517 (or 0x422517) is unknown color: approx Brown Pod. HEX triplet: 42, 25 and 17. RGB value is (66,37,23). Sum of RGB (Red+Green+Blue) = 66+37+23=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #422517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422517 is #BDDAE8. Grayscale: #2C2C2C. Windows color (decimal): -12442345 or 1516866. OLE color: 1516866.

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

Color convert

RGB663723-
CMYK00.440.650.74
HSL19.53º48.31%17.45%-
HSV(B)19.53º65.15%25.88%-
XYZ3.062.541.14-
YUV44.08116.11143.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.38%
GREEN value IS 37 (14.84% from 255) = 29.37%
BLUE value IS 23 (9.38% from 255) = 18.25%
R=52.38%
G=29.37%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66372300.440.650.7419.5348.3117.45
Hex42251702C414A143011
Octal1024527054101112246021
Binary1000010100101101110101100100000110010101010011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422517; }

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

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

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

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

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

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

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

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