#471611

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

Shades of Seal Brown #471611

Tints of Seal Brown #471611

Color information

#471611 (or 0x471611) is unknown color: approx Seal Brown. HEX triplet: 47, 16 and 11. RGB value is (71,22,17). Sum of RGB (Red+Green+Blue) = 71+22+17=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #471611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471611 is #B8E9EE. Grayscale: #242424. Windows color (decimal): -12118511 or 1119815. OLE color: 1119815.

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

Color convert

RGB712217-
CMYK00.690.760.72
HSL5.56º61.36%17.25%-
HSV(B)5.56º76.06%27.84%-
XYZ2.991.950.75-
YUV36.08117.23152.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 64.55%
GREEN value IS 22 (8.98% from 255) = 20%
BLUE value IS 17 (7.03% from 255) = 15.45%
R=64.55%
G=20%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71221700.690.760.725.5661.3617.25
Hex4716110454C4863d11
Octal1072621010511411067521
Binary10001111011010001010001011001100100100011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471611; }

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

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

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

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

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

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

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

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