Html Css Color HEX #472013 Brown Pod

📋 copy color: '#472013'

red 71 ◦ green 32 ◦ blue 19

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

Shades of Brown Pod #472013

Tints of Brown Pod #472013

RGB

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

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

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

R = 58.2%
G = 26.23%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#472013 (or 0x472013) is known color: Brown Pod. HEX triplet: 47, 20 and 13. RGB value is (71,32,19). Sum of RGB (Red+Green+Blue) = 71+32+19=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #472013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472013 is #B8DFEC. Grayscale: #2A2A2A. Windows color (decimal): -12115949 or 1253447. OLE color: 1253447.

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

Color convert

RGB 71 32 19 -
CMYK 0 0.55 0.73 0.72
HSL 15º 0.58% 0.18% -
HSV(B) 15º 0.73% 0.28% -
XYZ 3.23 2.42 0.91 -
YUV 42.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 71 32 19 0 0.55 0.73 0.72 15 0.58 0.18
Hex 47 20 13 0 37 49 48 F 3A 12
Octal 107 40 23 0 67 111 110 17 72 22
Binary 1000111 100000 10011 0 110111 1001001 1001000 1111 111010 10010

Color Harmonies of #472013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472013

Black with #472013

Text Example


Text Example

White with #472013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472013; }

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

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

background-color css

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

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

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

border-color css

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

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

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