#471110

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

Shades of Seal Brown #471110

Tints of Seal Brown #471110

Color information

#471110 (or 0x471110) is unknown color: approx Seal Brown. HEX triplet: 47, 11 and 10. RGB value is (71,17,16). Sum of RGB (Red+Green+Blue) = 71+17+16=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #471110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471110 is #B8EEEF. Grayscale: #212121. Windows color (decimal): -12119792 or 1052999. OLE color: 1052999.

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

Color convert

RGB711716-
CMYK00.760.770.72
HSL1.09º63.22%17.06%-
HSV(B)1.09º77.46%27.84%-
XYZ2.891.780.68-
YUV33.03118.39155.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.27%
GREEN value IS 17 (7.03% from 255) = 16.35%
BLUE value IS 16 (6.64% from 255) = 15.38%
R=68.27%
G=16.35%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71171600.760.770.721.0963.2217.06
Hex47111004C4D4813f11
Octal1072120011411511017721
Binary100011110001100000100110010011011001000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471110; }

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

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

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

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

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

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

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

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