Html Css Color HEX #472112 Brown Pod

📋 copy color: '#472112'

red 71 ◦ green 33 ◦ blue 18

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

Shades of Brown Pod #472112

Tints of Brown Pod #472112

RGB

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

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

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

R = 58.2%
G = 27.05%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#472112 (or 0x472112) is known color: Brown Pod. HEX triplet: 47, 21 and 12. RGB value is (71,33,18). Sum of RGB (Red+Green+Blue) = 71+33+18=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #472112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472112 is #B8DEED. Grayscale: #2A2A2A. Windows color (decimal): -12115694 or 1188167. OLE color: 1188167.

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

Color convert

RGB 71 33 18 -
CMYK 0 0.54 0.75 0.72
HSL 16.98º 0.6% 0.17% -
HSV(B) 16.98º 0.75% 0.28% -
XYZ 3.25 2.47 0.88 -
YUV 42.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 71 33 18 0 0.54 0.75 0.72 16.98 0.6 0.17
Hex 47 21 12 0 36 4B 48 11 3C 11
Octal 107 41 22 0 66 113 110 21 74 21
Binary 1000111 100001 10010 0 110110 1001011 1001000 10001 111100 10001

Color Harmonies of #472112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472112

Black with #472112

Text Example


Text Example

White with #472112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472112; }

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

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

background-color css

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

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

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

border-color css

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

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

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