#421909

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

Shades of Brown Pod #421909

Tints of Brown Pod #421909

Color information

#421909 (or 0x421909) is unknown color: approx Brown Pod. HEX triplet: 42, 19 and 09. RGB value is (66,25,9). Sum of RGB (Red+Green+Blue) = 66+25+9=100 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 66 - color contains mainly: red. Hex color #421909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421909 is #BDE6F6. Grayscale: #232323. Windows color (decimal): -12445431 or 596290. OLE color: 596290.

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

Color convert

RGB66259-
CMYK00.620.860.74
HSL16.84º76%14.71%-
HSV(B)16.84º86.36%25.88%-
XYZ2.641.870.48-
YUV35.44113.08149.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 66%
GREEN value IS 25 (10.16% from 255) = 25%
BLUE value IS 9 (3.91% from 255) = 9%
R=66%
G=25%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.86
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6625900.620.860.7416.847614.71
Hex4219903E564A114cf
Octal10231110761261122111417
Binary10000101100110010111110101011010010101000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421909; }

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

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

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

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

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

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

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

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