Html Css Color HEX #421809 Brown Pod

📋 copy color: '#421809'

red 66 ◦ green 24 ◦ blue 9

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

Shades of Brown Pod #421809

Tints of Brown Pod #421809

RGB

 RED value IS 66 (26.17% from 255) = 66.67%

 GREEN value IS 24 (9.77% from 255) = 24.24%

 BLUE value IS 9 (3.91% from 255) = 9.09%

R = 66.67%
G = 24.24%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#421809 (or 0x421809) is known color: Brown Pod. HEX triplet: 42, 18 and 09. RGB value is (66,24,9). Sum of RGB (Red+Green+Blue) = 66+24+9=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #421809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421809 is #BDE7F6. Grayscale: #222222. Windows color (decimal): -12445687 or 596034. OLE color: 596034.

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

Color convert

RGB 66 24 9 -
CMYK 0 0.64 0.86 0.74
HSL 15.79º 0.76% 0.15% -
HSV(B) 15.79º 0.86% 0.26% -
XYZ 2.62 1.83 0.47 -
YUV 34.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 66 24 9 0 0.64 0.86 0.74 15.79 0.76 0.15
Hex 42 18 9 0 40 56 4A 10 4C F
Octal 102 30 11 0 100 126 112 20 114 17
Binary 1000010 11000 1001 0 1000000 1010110 1001010 10000 1001100 1111

Color Harmonies of #421809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421809

Black with #421809

Text Example


Text Example

White with #421809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421809; }

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

 H1.HeaderClassName
 {
   color: #421809;
 }
 .AnyTagClassName
 {
   color: #421809;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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