Html Css Color HEX #472110 Brown Pod

📋 copy color: '#472110'

red 71 ◦ green 33 ◦ blue 16

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

Shades of Brown Pod #472110

Tints of Brown Pod #472110

RGB

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

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

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

R = 59.17%
G = 27.5%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#472110 (or 0x472110) is known color: Brown Pod. HEX triplet: 47, 21 and 10. RGB value is (71,33,16). Sum of RGB (Red+Green+Blue) = 71+33+16=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #472110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472110 is #B8DEEF. Grayscale: #2A2A2A. Windows color (decimal): -12115696 or 1057095. OLE color: 1057095.

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

Color convert

RGB 71 33 16 -
CMYK 0 0.54 0.77 0.72
HSL 18.55º 0.63% 0.17% -
HSV(B) 18.55º 0.77% 0.28% -
XYZ 3.24 2.46 0.8 -
YUV 42.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 71 33 16 0 0.54 0.77 0.72 18.55 0.63 0.17
Hex 47 21 10 0 36 4D 48 13 3F 11
Octal 107 41 20 0 66 115 110 23 77 21
Binary 1000111 100001 10000 0 110110 1001101 1001000 10011 111111 10001

Color Harmonies of #472110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472110

Black with #472110

Text Example


Text Example

White with #472110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472110; }

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

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

background-color css

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

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

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

border-color css

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

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

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