Html Css Color HEX #472014 Brown Pod

📋 copy color: '#472014'

red 71 ◦ green 32 ◦ blue 20

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

Shades of Brown Pod #472014

Tints of Brown Pod #472014

RGB

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

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

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

R = 57.72%
G = 26.02%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#472014 (or 0x472014) is known color: Brown Pod. HEX triplet: 47, 20 and 14. RGB value is (71,32,20). Sum of RGB (Red+Green+Blue) = 71+32+20=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #472014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472014 is #B8DFEB. Grayscale: #2A2A2A. Windows color (decimal): -12115948 or 1318983. OLE color: 1318983.

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

Color convert

RGB 71 32 20 -
CMYK 0 0.55 0.72 0.72
HSL 14.12º 0.56% 0.18% -
HSV(B) 14.12º 0.72% 0.28% -
XYZ 3.24 2.42 0.96 -
YUV 42.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 71 32 20 0 0.55 0.72 0.72 14.12 0.56 0.18
Hex 47 20 14 0 37 48 48 E 38 12
Octal 107 40 24 0 67 110 110 16 70 22
Binary 1000111 100000 10100 0 110111 1001000 1001000 1110 111000 10010

Color Harmonies of #472014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472014

Black with #472014

Text Example


Text Example

White with #472014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472014; }

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

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

background-color css

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

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

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

border-color css

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

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

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