Html Css Color HEX #421709 Brown Pod

📋 copy color: '#421709'

red 66 ◦ green 23 ◦ blue 9

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

Shades of Brown Pod #421709

Tints of Brown Pod #421709

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.47%

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

R = 67.35%
G = 23.47%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#421709 (or 0x421709) is known color: Brown Pod. HEX triplet: 42, 17 and 09. RGB value is (66,23,9). Sum of RGB (Red+Green+Blue) = 66+23+9=98 (12% of max value = 765). Red value is 66 (26.17% from 255 or 67.35% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 66 - color contains mainly: red. Hex color #421709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421709 is #BDE8F6. Grayscale: #222222. Windows color (decimal): -12445943 or 595778. OLE color: 595778.

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

Color convert

RGB 66 23 9 -
CMYK 0 0.65 0.86 0.74
HSL 14.74º 0.76% 0.15% -
HSV(B) 14.74º 0.86% 0.26% -
XYZ 2.6 1.79 0.47 -
YUV 34.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 66 23 9 0 0.65 0.86 0.74 14.74 0.76 0.15
Hex 42 17 9 0 41 56 4A F 4C F
Octal 102 27 11 0 101 126 112 17 114 17
Binary 1000010 10111 1001 0 1000001 1010110 1001010 1111 1001100 1111

Color Harmonies of #421709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421709

Black with #421709

Text Example


Text Example

White with #421709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421709; }

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

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

background-color css

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

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

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

border-color css

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

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

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