#471310

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

Shades of Seal Brown #471310

Tints of Seal Brown #471310

Color information

#471310 (or 0x471310) is unknown color: approx Seal Brown. HEX triplet: 47, 13 and 10. RGB value is (71,19,16). Sum of RGB (Red+Green+Blue) = 71+19+16=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #471310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471310 is #B8ECEF. Grayscale: #222222. Windows color (decimal): -12119280 or 1053511. OLE color: 1053511.

HSL color Cylindrical-coordinate representation of color #471310: hue angle of 3.27º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #471310 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB711916-
CMYK00.730.770.72
HSL3.27º63.22%17.06%-
HSV(B)3.27º77.46%27.84%-
XYZ2.921.840.69-
YUV34.21117.73154.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.98%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 16 (6.64% from 255) = 15.09%
R=66.98%
G=17.92%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71191600.730.770.723.2763.2217.06
Hex4713100494D4833f11
Octal1072320011111511037721
Binary1000111100111000001001001100110110010001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471310; }

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

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

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

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

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

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

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

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