#471513

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

Shades of Seal Brown #471513

Tints of Seal Brown #471513

Color information

#471513 (or 0x471513) is unknown color: approx Seal Brown. HEX triplet: 47, 15 and 13. RGB value is (71,21,19). Sum of RGB (Red+Green+Blue) = 71+21+19=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #471513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471513 is #B8EAEC. Grayscale: #232323. Windows color (decimal): -12118765 or 1250631. OLE color: 1250631.

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

Color convert

RGB712119-
CMYK00.700.730.72
HSL2.31º57.78%17.65%-
HSV(B)2.31º73.24%27.84%-
XYZ2.981.920.83-
YUV35.72118.56153.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 63.96%
GREEN value IS 21 (8.59% from 255) = 18.92%
BLUE value IS 19 (7.81% from 255) = 17.12%
R=63.96%
G=18.92%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71211900.700.730.722.3157.7817.65
Hex471513046494823a12
Octal1072523010611111027222
Binary1000111101011001101000110100100110010001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471513; }

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

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

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

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

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

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

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

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