Html Css Color HEX #421909 Brown Pod

📋 copy color: '#421909'

red 66 ◦ green 25 ◦ blue 9

#421909
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #421909

Tints of Brown Pod #421909

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 value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#421909 (or 0x421909) is known color: 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

RGB 66 25 9 -
CMYK 0 0.62 0.86 0.74
HSL 16.84º 0.76% 0.15% -
HSV(B) 16.84º 0.86% 0.26% -
XYZ 2.64 1.87 0.48 -
YUV 35.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 66 25 9 0 0.62 0.86 0.74 16.84 0.76 0.15
Hex 42 19 9 0 3E 56 4A 11 4C F
Octal 102 31 11 0 76 126 112 21 114 17
Binary 1000010 11001 1001 0 111110 1010110 1001010 10001 1001100 1111

Color Harmonies of #421909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421909

Black with #421909

Text Example


Text Example

White with #421909

Text Example


Text Example

HTML Codes & Css Web 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>