Html Css Color HEX #472113 Brown Pod

📋 copy color: '#472113'

red 71 ◦ green 33 ◦ blue 19

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

Shades of Brown Pod #472113

Tints of Brown Pod #472113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.83%

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

R = 57.72%
G = 26.83%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#472113 (or 0x472113) is known color: Brown Pod. HEX triplet: 47, 21 and 13. RGB value is (71,33,19). Sum of RGB (Red+Green+Blue) = 71+33+19=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #472113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472113 is #B8DEEC. Grayscale: #2A2A2A. Windows color (decimal): -12115693 or 1253703. OLE color: 1253703.

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

Color convert

RGB 71 33 19 -
CMYK 0 0.54 0.73 0.72
HSL 16.15º 0.58% 0.18% -
HSV(B) 16.15º 0.73% 0.28% -
XYZ 3.26 2.47 0.92 -
YUV 42.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 71 33 19 0 0.54 0.73 0.72 16.15 0.58 0.18
Hex 47 21 13 0 36 49 48 10 3A 12
Octal 107 41 23 0 66 111 110 20 72 22
Binary 1000111 100001 10011 0 110110 1001001 1001000 10000 111010 10010

Color Harmonies of #472113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472113

Black with #472113

Text Example


Text Example

White with #472113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472113; }

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

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

background-color css

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

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

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

border-color css

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

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

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