#471510

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

Shades of Seal Brown #471510

Tints of Seal Brown #471510

Color information

#471510 (or 0x471510) is unknown color: approx Seal Brown. HEX triplet: 47, 15 and 10. RGB value is (71,21,16). Sum of RGB (Red+Green+Blue) = 71+21+16=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #471510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471510 is #B8EAEF. Grayscale: #232323. Windows color (decimal): -12118768 or 1054023. OLE color: 1054023.

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

Color convert

RGB712116-
CMYK00.700.770.72
HSL5.45º63.22%17.06%-
HSV(B)5.45º77.46%27.84%-
XYZ2.961.910.7-
YUV35.38117.06153.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.74%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=65.74%
G=19.44%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71211600.700.770.725.4563.2217.06
Hex4715100464D4853f11
Octal1072520010611511057721
Binary10001111010110000010001101001101100100010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471510; }

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

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

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

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

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

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

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

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