Html Css Color HEX #472210 Brown Pod

📋 copy color: '#472210'

red 71 ◦ green 34 ◦ blue 16

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

Shades of Brown Pod #472210

Tints of Brown Pod #472210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.22%

R = 58.68%
G = 28.1%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#472210 (or 0x472210) is known color: Brown Pod. HEX triplet: 47, 22 and 10. RGB value is (71,34,16). Sum of RGB (Red+Green+Blue) = 71+34+16=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #472210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472210 is #B8DDEF. Grayscale: #2B2B2B. Windows color (decimal): -12115440 or 1057351. OLE color: 1057351.

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

Color convert

RGB 71 34 16 -
CMYK 0 0.52 0.77 0.72
HSL 19.64º 0.63% 0.17% -
HSV(B) 19.64º 0.77% 0.28% -
XYZ 3.26 2.52 0.8 -
YUV 43.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 71 34 16 0 0.52 0.77 0.72 19.64 0.63 0.17
Hex 47 22 10 0 34 4D 48 14 3F 11
Octal 107 42 20 0 64 115 110 24 77 21
Binary 1000111 100010 10000 0 110100 1001101 1001000 10100 111111 10001

Color Harmonies of #472210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472210

Black with #472210

Text Example


Text Example

White with #472210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472210; }

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

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

background-color css

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

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

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

border-color css

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

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

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