Html Css Color HEX #472214 Brown Pod

📋 copy color: '#472214'

red 71 ◦ green 34 ◦ blue 20

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

Shades of Brown Pod #472214

Tints of Brown Pod #472214

RGB

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

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

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

R = 56.8%
G = 27.2%
B = 16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#472214 (or 0x472214) is known color: Brown Pod. HEX triplet: 47, 22 and 14. RGB value is (71,34,20). Sum of RGB (Red+Green+Blue) = 71+34+20=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #472214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472214 is #B8DDEB. Grayscale: #2B2B2B. Windows color (decimal): -12115436 or 1319495. OLE color: 1319495.

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

Color convert

RGB 71 34 20 -
CMYK 0 0.52 0.72 0.72
HSL 16.47º 0.56% 0.18% -
HSV(B) 16.47º 0.72% 0.28% -
XYZ 3.3 2.53 0.98 -
YUV 43.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 71 34 20 0 0.52 0.72 0.72 16.47 0.56 0.18
Hex 47 22 14 0 34 48 48 10 38 12
Octal 107 42 24 0 64 110 110 20 70 22
Binary 1000111 100010 10100 0 110100 1001000 1001000 10000 111000 10010

Color Harmonies of #472214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472214

Black with #472214

Text Example


Text Example

White with #472214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472214; }

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

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

background-color css

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

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

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

border-color css

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

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

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