Html Css Color HEX #472010 Brown Pod

📋 copy color: '#472010'

red 71 ◦ green 32 ◦ blue 16

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

Shades of Brown Pod #472010

Tints of Brown Pod #472010

RGB

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

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

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

R = 59.66%
G = 26.89%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#472010 (or 0x472010) is known color: Brown Pod. HEX triplet: 47, 20 and 10. RGB value is (71,32,16). Sum of RGB (Red+Green+Blue) = 71+32+16=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #472010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472010 is #B8DFEF. Grayscale: #292929. Windows color (decimal): -12115952 or 1056839. OLE color: 1056839.

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

Color convert

RGB 71 32 16 -
CMYK 0 0.55 0.77 0.72
HSL 17.45º 0.63% 0.17% -
HSV(B) 17.45º 0.77% 0.28% -
XYZ 3.21 2.41 0.79 -
YUV 41.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 71 32 16 0 0.55 0.77 0.72 17.45 0.63 0.17
Hex 47 20 10 0 37 4D 48 11 3F 11
Octal 107 40 20 0 67 115 110 21 77 21
Binary 1000111 100000 10000 0 110111 1001101 1001000 10001 111111 10001

Color Harmonies of #472010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472010

Black with #472010

Text Example


Text Example

White with #472010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472010; }

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

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

background-color css

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

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

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

border-color css

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

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

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