Html Css Color HEX #472009 Brown Pod

📋 copy color: '#472009'

red 71 ◦ green 32 ◦ blue 9

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

Shades of Brown Pod #472009

Tints of Brown Pod #472009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.57%

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

R = 63.39%
G = 28.57%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#472009 (or 0x472009) is known color: Brown Pod. HEX triplet: 47, 20 and 09. RGB value is (71,32,9). Sum of RGB (Red+Green+Blue) = 71+32+9=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #472009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472009 is #B8DFF6. Grayscale: #292929. Windows color (decimal): -12115959 or 598087. OLE color: 598087.

HSL color Cylindrical-coordinate representation of color #472009: hue angle of 22.26º 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 #472009 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 32 9 -
CMYK 0 0.55 0.87 0.72
HSL 22.26º 0.78% 0.16% -
HSV(B) 22.26º 0.87% 0.28% -
XYZ 3.16 2.39 0.55 -
YUV 41.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 71 32 9 0 0.55 0.87 0.72 22.26 0.78 0.16
Hex 47 20 9 0 37 57 48 16 4E 10
Octal 107 40 11 0 67 127 110 26 116 20
Binary 1000111 100000 1001 0 110111 1010111 1001000 10110 1001110 10000

Color Harmonies of #472009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472009

Black with #472009

Text Example


Text Example

White with #472009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472009; }

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

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

background-color css

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

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

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

border-color css

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

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

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