Html Css Color HEX #472209 Brown Pod

📋 copy color: '#472209'

red 71 ◦ green 34 ◦ blue 9

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

Shades of Brown Pod #472209

Tints of Brown Pod #472209

RGB

 RED value IS 71 (28.13% from 255) = 62.28%

 GREEN value IS 34 (13.67% from 255) = 29.82%

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

R = 62.28%
G = 29.82%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#472209 (or 0x472209) is known color: Brown Pod. HEX triplet: 47, 22 and 09. RGB value is (71,34,9). Sum of RGB (Red+Green+Blue) = 71+34+9=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #472209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472209 is #B8DDF6. Grayscale: #2A2A2A. Windows color (decimal): -12115447 or 598599. OLE color: 598599.

HSL color Cylindrical-coordinate representation of color #472209: hue angle of 24.19º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #472209 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 34 9 -
CMYK 0 0.52 0.87 0.72
HSL 24.19º 0.78% 0.16% -
HSV(B) 24.19º 0.87% 0.28% -
XYZ 3.22 2.5 0.57 -
YUV 42.21 109.26 148.53 -
System Red Green Blue C M Y K H S L
Decimal 71 34 9 0 0.52 0.87 0.72 24.19 0.78 0.16
Hex 47 22 9 0 34 57 48 18 4E 10
Octal 107 42 11 0 64 127 110 30 116 20
Binary 1000111 100010 1001 0 110100 1010111 1001000 11000 1001110 10000

Color Harmonies of #472209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472209

Black with #472209

Text Example


Text Example

White with #472209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472209; }

 p { color: rgb(71,34,9); }

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

background-color css

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

 a { background-color: rgb(71,34,9); }

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

border-color css

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

 span { border-color: rgb(71,34,9); }

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