Html Css Color HEX #472414 Brown Pod

📋 copy color: '#472414'

red 71 ◦ green 36 ◦ blue 20

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

Shades of Brown Pod #472414

Tints of Brown Pod #472414

RGB

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

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

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

R = 55.91%
G = 28.35%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#472414 (or 0x472414) is known color: Brown Pod. HEX triplet: 47, 24 and 14. RGB value is (71,36,20). Sum of RGB (Red+Green+Blue) = 71+36+20=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #472414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472414 is #B8DBEB. Grayscale: #2C2C2C. Windows color (decimal): -12114924 or 1320007. OLE color: 1320007.

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

Color convert

RGB 71 36 20 -
CMYK 0 0.49 0.72 0.72
HSL 18.82º 0.56% 0.18% -
HSV(B) 18.82º 0.72% 0.28% -
XYZ 3.36 2.65 1 -
YUV 44.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 71 36 20 0 0.49 0.72 0.72 18.82 0.56 0.18
Hex 47 24 14 0 31 48 48 13 38 12
Octal 107 44 24 0 61 110 110 23 70 22
Binary 1000111 100100 10100 0 110001 1001000 1001000 10011 111000 10010

Color Harmonies of #472414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472414

Black with #472414

Text Example


Text Example

White with #472414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472414; }

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

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

background-color css

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

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

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

border-color css

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

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

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