Html Css Color HEX #421609 Brown Pod

📋 copy color: '#421609'

red 66 ◦ green 22 ◦ blue 9

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

Shades of Brown Pod #421609

Tints of Brown Pod #421609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.68%

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

R = 68.04%
G = 22.68%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#421609 (or 0x421609) is known color: Brown Pod. HEX triplet: 42, 16 and 09. RGB value is (66,22,9). Sum of RGB (Red+Green+Blue) = 66+22+9=97 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.04% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 66 - color contains mainly: red. Hex color #421609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421609 is #BDE9F6. Grayscale: #212121. Windows color (decimal): -12446199 or 595522. OLE color: 595522.

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

Color convert

RGB 66 22 9 -
CMYK 0 0.67 0.86 0.74
HSL 13.68º 0.76% 0.15% -
HSV(B) 13.68º 0.86% 0.26% -
XYZ 2.58 1.75 0.46 -
YUV 33.67 114.08 151.06 -
System Red Green Blue C M Y K H S L
Decimal 66 22 9 0 0.67 0.86 0.74 13.68 0.76 0.15
Hex 42 16 9 0 43 56 4A E 4C F
Octal 102 26 11 0 103 126 112 16 114 17
Binary 1000010 10110 1001 0 1000011 1010110 1001010 1110 1001100 1111

Color Harmonies of #421609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421609

Black with #421609

Text Example


Text Example

White with #421609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421609; }

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

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

background-color css

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

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

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

border-color css

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

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

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