Html Css Color HEX #472109 Brown Pod

📋 copy color: '#472109'

red 71 ◦ green 33 ◦ blue 9

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

Shades of Brown Pod #472109

Tints of Brown Pod #472109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 29.2%

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

R = 62.83%
G = 29.2%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#472109 (or 0x472109) is known color: Brown Pod. HEX triplet: 47, 21 and 09. RGB value is (71,33,9). Sum of RGB (Red+Green+Blue) = 71+33+9=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #472109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472109 is #B8DEF6. Grayscale: #292929. Windows color (decimal): -12115703 or 598343. OLE color: 598343.

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

Color convert

RGB 71 33 9 -
CMYK 0 0.54 0.87 0.72
HSL 23.23º 0.78% 0.16% -
HSV(B) 23.23º 0.87% 0.28% -
XYZ 3.19 2.45 0.56 -
YUV 41.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 71 33 9 0 0.54 0.87 0.72 23.23 0.78 0.16
Hex 47 21 9 0 36 57 48 17 4E 10
Octal 107 41 11 0 66 127 110 27 116 20
Binary 1000111 100001 1001 0 110110 1010111 1001000 10111 1001110 10000

Color Harmonies of #472109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472109

Black with #472109

Text Example


Text Example

White with #472109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472109; }

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

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

background-color css

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

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

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

border-color css

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

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

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