#411511

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

Shades of Seal Brown #411511

Tints of Seal Brown #411511

Color information

#411511 (or 0x411511) is unknown color: approx Seal Brown. HEX triplet: 41, 15 and 11. RGB value is (65,21,17). Sum of RGB (Red+Green+Blue) = 65+21+17=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #411511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411511 is #BEEAEE. Grayscale: #212121. Windows color (decimal): -12511983 or 1119553. OLE color: 1119553.

HSL color Cylindrical-coordinate representation of color #411511: hue angle of 5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #411511 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB652117-
CMYK00.680.740.75
HSL58.54%16.08%-
HSV(B)73.85%25.49%-
XYZ2.551.70.72-
YUV33.7118.58150.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.11%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 17 (7.03% from 255) = 16.50%
R=63.11%
G=20.39%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65211700.680.740.75558.5416.08
Hex4115110444A4B53b10
Octal1012521010411211357320
Binary10000011010110001010001001001010100101110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411511; }

 p { color: rgb(65,21,17); }

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

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

 a { background-color: rgb(65,21,17); }

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

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

 span { border-color: rgb(65,21,17); }

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