#422000

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

Shades of Brown Pod #422000

Tints of Brown Pod #422000

Color information

#422000 (or 0x422000) is unknown color: approx Brown Pod. HEX triplet: 42, 20 and 00. RGB value is (66,32,0). Sum of RGB (Red+Green+Blue) = 66+32+0=98 (12% of max value = 765). Red value is 66 (26.17% from 255 or 67.35% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 66 - color contains mainly: red. Hex color #422000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422000 is #BDDFFF. Grayscale: #262626. Windows color (decimal): -12443648 or 8258. OLE color: 8258.

HSL color Cylindrical-coordinate representation of color #422000: hue angle of 29.09º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #422000 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB66320-
CMYK00.5210.74
HSL29.09º100%12.94%-
HSV(B)29.09º100%25.88%-
XYZ2.762.190.28-
YUV38.52106.26147.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 67.35%
GREEN value IS 32 (12.89% from 255) = 32.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.35%
G=32.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6632000.5210.7429.0910012.94
Hex42200034644A1d64d
Octal1024000641441123514415
Binary100001010000000110100110010010010101110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422000; }

 p { color: rgb(66,32,0); }

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

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

 a { background-color: rgb(66,32,0); }

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

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

 span { border-color: rgb(66,32,0); }

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