Html Css Color HEX #472514 Brown Pod

📋 copy color: '#472514'

red 71 ◦ green 37 ◦ blue 20

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

Shades of Brown Pod #472514

Tints of Brown Pod #472514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.91%

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

R = 55.47%
G = 28.91%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#472514 (or 0x472514) is known color: Brown Pod. HEX triplet: 47, 25 and 14. RGB value is (71,37,20). Sum of RGB (Red+Green+Blue) = 71+37+20=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #472514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472514 is #B8DAEB. Grayscale: #2D2D2D. Windows color (decimal): -12114668 or 1320263. OLE color: 1320263.

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

Color convert

RGB 71 37 20 -
CMYK 0 0.48 0.72 0.72
HSL 20º 0.56% 0.18% -
HSV(B) 20º 0.72% 0.28% -
XYZ 3.39 2.71 1.01 -
YUV 45.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 71 37 20 0 0.48 0.72 0.72 20 0.56 0.18
Hex 47 25 14 0 30 48 48 14 38 12
Octal 107 45 24 0 60 110 110 24 70 22
Binary 1000111 100101 10100 0 110000 1001000 1001000 10100 111000 10010

Color Harmonies of #472514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472514

Black with #472514

Text Example


Text Example

White with #472514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472514; }

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

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

background-color css

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

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

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

border-color css

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

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

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