#422109

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

Shades of Brown Pod #422109

Tints of Brown Pod #422109

Color information

#422109 (or 0x422109) is unknown color: approx Brown Pod. HEX triplet: 42, 21 and 09. RGB value is (66,33,9). Sum of RGB (Red+Green+Blue) = 66+33+9=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #422109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422109 is #BDDEF6. Grayscale: #282828. Windows color (decimal): -12443383 or 598338. OLE color: 598338.

HSL color Cylindrical-coordinate representation of color #422109: hue angle of 25.26º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #422109 is Cyan = 0, Magento = 0.5, Yellow = 0.86 and Black (K on CMYK) = 0.74.

Color convert

RGB66339-
CMYK00.50.860.74
HSL25.26º76%14.71%-
HSV(B)25.26º86.36%25.88%-
XYZ2.842.270.55-
YUV40.13110.43146.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 61.11%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 9 (3.91% from 255) = 8.33%
R=61.11%
G=30.56%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.86
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6633900.50.860.7425.267614.71
Hex42219032564A194cf
Octal10241110621261123111417
Binary100001010000110010110010101011010010101100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422109; }

 p { color: rgb(66,33,9); }

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

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

 a { background-color: rgb(66,33,9); }

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

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

 span { border-color: rgb(66,33,9); }

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