Html Css Color HEX #471913 Brown Pod

📋 copy color: '#471913'

red 71 ◦ green 25 ◦ blue 19

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

Shades of Brown Pod #471913

Tints of Brown Pod #471913

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.74%

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

R = 61.74%
G = 21.74%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#471913 (or 0x471913) is known color: Brown Pod. HEX triplet: 47, 19 and 13. RGB value is (71,25,19). Sum of RGB (Red+Green+Blue) = 71+25+19=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #471913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471913 is #B8E6EC. Grayscale: #262626. Windows color (decimal): -12117741 or 1251655. OLE color: 1251655.

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

Color convert

RGB 71 25 19 -
CMYK 0 0.65 0.73 0.72
HSL 6.92º 0.58% 0.18% -
HSV(B) 6.92º 0.73% 0.28% -
XYZ 3.06 2.08 0.86 -
YUV 38.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 71 25 19 0 0.65 0.73 0.72 6.92 0.58 0.18
Hex 47 19 13 0 41 49 48 7 3A 12
Octal 107 31 23 0 101 111 110 7 72 22
Binary 1000111 11001 10011 0 1000001 1001001 1001000 111 111010 10010

Color Harmonies of #471913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471913

Black with #471913

Text Example


Text Example

White with #471913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471913; }

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

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

background-color css

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

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

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

border-color css

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

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

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