Html Css Color HEX #472412 Brown Pod

📋 copy color: '#472412'

red 71 ◦ green 36 ◦ blue 18

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

Shades of Brown Pod #472412

Tints of Brown Pod #472412

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.8%

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

R = 56.8%
G = 28.8%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#472412 (or 0x472412) is known color: Brown Pod. HEX triplet: 47, 24 and 12. RGB value is (71,36,18). Sum of RGB (Red+Green+Blue) = 71+36+18=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #472412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472412 is #B8DBED. Grayscale: #2C2C2C. Windows color (decimal): -12114926 or 1188935. OLE color: 1188935.

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

Color convert

RGB 71 36 18 -
CMYK 0 0.49 0.75 0.72
HSL 20.38º 0.6% 0.17% -
HSV(B) 20.38º 0.75% 0.28% -
XYZ 3.34 2.65 0.91 -
YUV 44.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 71 36 18 0 0.49 0.75 0.72 20.38 0.6 0.17
Hex 47 24 12 0 31 4B 48 14 3C 11
Octal 107 44 22 0 61 113 110 24 74 21
Binary 1000111 100100 10010 0 110001 1001011 1001000 10100 111100 10001

Color Harmonies of #472412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472412

Black with #472412

Text Example


Text Example

White with #472412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472412; }

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

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

background-color css

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

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

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

border-color css

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

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

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