Html Css Color HEX #472212 Brown Pod

📋 copy color: '#472212'

red 71 ◦ green 34 ◦ blue 18

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

Shades of Brown Pod #472212

Tints of Brown Pod #472212

RGB

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

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

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

R = 57.72%
G = 27.64%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#472212 (or 0x472212) is known color: Brown Pod. HEX triplet: 47, 22 and 12. RGB value is (71,34,18). Sum of RGB (Red+Green+Blue) = 71+34+18=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #472212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472212 is #B8DDED. Grayscale: #2B2B2B. Windows color (decimal): -12115438 or 1188423. OLE color: 1188423.

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

Color convert

RGB 71 34 18 -
CMYK 0 0.52 0.75 0.72
HSL 18.11º 0.6% 0.17% -
HSV(B) 18.11º 0.75% 0.28% -
XYZ 3.28 2.53 0.89 -
YUV 43.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 71 34 18 0 0.52 0.75 0.72 18.11 0.6 0.17
Hex 47 22 12 0 34 4B 48 12 3C 11
Octal 107 42 22 0 64 113 110 22 74 21
Binary 1000111 100010 10010 0 110100 1001011 1001000 10010 111100 10001

Color Harmonies of #472212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472212

Black with #472212

Text Example


Text Example

White with #472212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472212; }

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

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

background-color css

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

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

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

border-color css

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

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

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