Html Css Color HEX #471F13 Brown Pod

📋 copy color: '#471F13'

red 71 ◦ green 31 ◦ blue 19

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

Shades of Brown Pod #471F13

Tints of Brown Pod #471F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 25.62%

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

R = 58.68%
G = 25.62%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#471F13 (or 0x471F13) is known color: Brown Pod. HEX triplet: 47, 1F and 13. RGB value is (71,31,19). Sum of RGB (Red+Green+Blue) = 71+31+19=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #471F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F13 is #B8E0EC. Grayscale: #292929. Windows color (decimal): -12116205 or 1253191. OLE color: 1253191.

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

Color convert

RGB 71 31 19 -
CMYK 0 0.56 0.73 0.72
HSL 13.85º 0.58% 0.18% -
HSV(B) 13.85º 0.73% 0.28% -
XYZ 3.21 2.37 0.9 -
YUV 41.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 71 31 19 0 0.56 0.73 0.72 13.85 0.58 0.18
Hex 47 1F 13 0 38 49 48 E 3A 12
Octal 107 37 23 0 70 111 110 16 72 22
Binary 1000111 11111 10011 0 111000 1001001 1001000 1110 111010 10010

Color Harmonies of #471F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F13

Black with #471F13

Text Example


Text Example

White with #471F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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