#411309

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

Shades of Seal Brown #411309

Tints of Seal Brown #411309

Color information

#411309 (or 0x411309) is unknown color: approx Seal Brown. HEX triplet: 41, 13 and 09. RGB value is (65,19,9). Sum of RGB (Red+Green+Blue) = 65+19+9=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #411309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411309 is #BEECF6. Grayscale: #1F1F1F. Windows color (decimal): -12512503 or 594753. OLE color: 594753.

HSL color Cylindrical-coordinate representation of color #411309: hue angle of 10.71º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411309 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB65199-
CMYK00.710.860.75
HSL10.71º75.68%14.51%-
HSV(B)10.71º86.15%25.49%-
XYZ2.461.610.44-
YUV31.61115.24151.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.89%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 9 (3.91% from 255) = 9.68%
R=69.89%
G=20.43%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6519900.710.860.7510.7175.6814.51
Hex41139047564Bb4cf
Octal101231101071261131311417
Binary10000011001110010100011110101101001011101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411309; }

 p { color: rgb(65,19,9); }

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

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

 a { background-color: rgb(65,19,9); }

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

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

 span { border-color: rgb(65,19,9); }

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