Html Css Color HEX #421F09 Brown Pod

📋 copy color: '#421F09'

red 66 ◦ green 31 ◦ blue 9

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

Shades of Brown Pod #421F09

Tints of Brown Pod #421F09

RGB

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

 GREEN value IS 31 (12.5% from 255) = 29.25%

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

R = 62.26%
G = 29.25%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#421F09 (or 0x421F09) is known color: Brown Pod. HEX triplet: 42, 1F and 09. RGB value is (66,31,9). Sum of RGB (Red+Green+Blue) = 66+31+9=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #421F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421F09 is #BDE0F6. Grayscale: #272727. Windows color (decimal): -12443895 or 597826. OLE color: 597826.

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

Color convert

RGB 66 31 9 -
CMYK 0 0.53 0.86 0.74
HSL 23.16º 0.76% 0.15% -
HSV(B) 23.16º 0.86% 0.26% -
XYZ 2.79 2.16 0.53 -
YUV 38.96 111.1 147.29 -
System Red Green Blue C M Y K H S L
Decimal 66 31 9 0 0.53 0.86 0.74 23.16 0.76 0.15
Hex 42 1F 9 0 35 56 4A 17 4C F
Octal 102 37 11 0 65 126 112 27 114 17
Binary 1000010 11111 1001 0 110101 1010110 1001010 10111 1001100 1111

Color Harmonies of #421F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F09

Black with #421F09

Text Example


Text Example

White with #421F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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