#422619

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

Shades of Brown Pod #422619

Tints of Brown Pod #422619

Color information

#422619 (or 0x422619) is unknown color: approx Brown Pod. HEX triplet: 42, 26 and 19. RGB value is (66,38,25). Sum of RGB (Red+Green+Blue) = 66+38+25=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #422619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422619 is #BDD9E6. Grayscale: #2C2C2C. Windows color (decimal): -12442087 or 1648194. OLE color: 1648194.

HSL color Cylindrical-coordinate representation of color #422619: hue angle of 19.02º 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 #422619 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB663825-
CMYK00.420.620.74
HSL19.02º45.05%17.84%-
HSV(B)19.02º62.12%25.88%-
XYZ3.122.611.26-
YUV44.89116.78143.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.16%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 25 (10.16% from 255) = 19.38%
R=51.16%
G=29.46%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66382500.420.620.7419.0245.0517.84
Hex42261902A3E4A132d12
Octal102463105276112235522
Binary100001010011011001010101011111010010101001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422619; }

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

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

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

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

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

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

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

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