#471C13

Color #471C13 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #471C13

Tints of Brown Pod #471C13

Color information

#471C13 (or 0x471C13) is unknown color: approx Brown Pod. HEX triplet: 47, 1C and 13. RGB value is (71,28,19). Sum of RGB (Red+Green+Blue) = 71+28+19=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #471C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C13 is #B8E3EC. Grayscale: #272727. Windows color (decimal): -12116973 or 1252423. OLE color: 1252423.

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

Color convert

RGB712819-
CMYK00.610.730.72
HSL10.38º57.78%17.65%-
HSV(B)10.38º73.24%27.84%-
XYZ3.132.220.88-
YUV39.83116.25150.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.17%
GREEN value IS 28 (11.33% from 255) = 23.73%
BLUE value IS 19 (7.81% from 255) = 16.10%
R=60.17%
G=23.73%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71281900.610.730.7210.3857.7817.65
Hex471C1303D4948a3a12
Octal1073423075111110127222
Binary10001111110010011011110110010011001000101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #471C13;
 }
 .AnyTagClassName
 {
   color: #471C13;
 }
</style>
background-color css

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

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

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

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

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

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