Html Css Color HEX #472114 Brown Pod

📋 copy color: '#472114'

red 71 ◦ green 33 ◦ blue 20

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

Shades of Brown Pod #472114

Tints of Brown Pod #472114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.13%

R = 57.26%
G = 26.61%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#472114 (or 0x472114) is known color: Brown Pod. HEX triplet: 47, 21 and 14. RGB value is (71,33,20). Sum of RGB (Red+Green+Blue) = 71+33+20=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #472114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472114 is #B8DEEB. Grayscale: #2A2A2A. Windows color (decimal): -12115692 or 1319239. OLE color: 1319239.

HSL color Cylindrical-coordinate representation of color #472114: hue angle of 15.29º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #472114 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 33 20 -
CMYK 0 0.54 0.72 0.72
HSL 15.29º 0.56% 0.18% -
HSV(B) 15.29º 0.72% 0.28% -
XYZ 3.27 2.48 0.97 -
YUV 42.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 71 33 20 0 0.54 0.72 0.72 15.29 0.56 0.18
Hex 47 21 14 0 36 48 48 F 38 12
Octal 107 41 24 0 66 110 110 17 70 22
Binary 1000111 100001 10100 0 110110 1001000 1001000 1111 111000 10010

Color Harmonies of #472114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472114

Black with #472114

Text Example


Text Example

White with #472114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472114; }

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

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

background-color css

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

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

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

border-color css

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

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

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