Html Css Color HEX #472513 Brown Pod

📋 copy color: '#472513'

red 71 ◦ green 37 ◦ blue 19

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

Shades of Brown Pod #472513

Tints of Brown Pod #472513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.96%

R = 55.91%
G = 29.13%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#472513 (or 0x472513) is known color: Brown Pod. HEX triplet: 47, 25 and 13. RGB value is (71,37,19). Sum of RGB (Red+Green+Blue) = 71+37+19=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #472513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472513 is #B8DAEC. Grayscale: #2D2D2D. Windows color (decimal): -12114669 or 1254727. OLE color: 1254727.

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

Color convert

RGB 71 37 19 -
CMYK 0 0.48 0.73 0.72
HSL 20.77º 0.58% 0.18% -
HSV(B) 20.77º 0.73% 0.28% -
XYZ 3.38 2.71 0.96 -
YUV 45.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 71 37 19 0 0.48 0.73 0.72 20.77 0.58 0.18
Hex 47 25 13 0 30 49 48 15 3A 12
Octal 107 45 23 0 60 111 110 25 72 22
Binary 1000111 100101 10011 0 110000 1001001 1001000 10101 111010 10010

Color Harmonies of #472513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472513

Black with #472513

Text Example


Text Example

White with #472513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472513; }

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

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

background-color css

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

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

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

border-color css

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

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

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