Html Css Color HEX #472012 Brown Pod

📋 copy color: '#472012'

red 71 ◦ green 32 ◦ blue 18

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

Shades of Brown Pod #472012

Tints of Brown Pod #472012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.88%

R = 58.68%
G = 26.45%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#472012 (or 0x472012) is known color: Brown Pod. HEX triplet: 47, 20 and 12. RGB value is (71,32,18). Sum of RGB (Red+Green+Blue) = 71+32+18=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #472012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472012 is #B8DFED. Grayscale: #2A2A2A. Windows color (decimal): -12115950 or 1187911. OLE color: 1187911.

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

Color convert

RGB 71 32 18 -
CMYK 0 0.55 0.75 0.72
HSL 15.85º 0.6% 0.17% -
HSV(B) 15.85º 0.75% 0.28% -
XYZ 3.22 2.42 0.87 -
YUV 42.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 71 32 18 0 0.55 0.75 0.72 15.85 0.6 0.17
Hex 47 20 12 0 37 4B 48 10 3C 11
Octal 107 40 22 0 67 113 110 20 74 21
Binary 1000111 100000 10010 0 110111 1001011 1001000 10000 111100 10001

Color Harmonies of #472012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472012

Black with #472012

Text Example


Text Example

White with #472012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472012; }

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

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

background-color css

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

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

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

border-color css

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

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

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