#411409

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

Shades of Seal Brown #411409

Tints of Seal Brown #411409

Color information

#411409 (or 0x411409) is unknown color: approx Seal Brown. HEX triplet: 41, 14 and 09. RGB value is (65,20,9). Sum of RGB (Red+Green+Blue) = 65+20+9=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #411409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411409 is #BEEBF6. Grayscale: #202020. Windows color (decimal): -12512247 or 595009. OLE color: 595009.

HSL color Cylindrical-coordinate representation of color #411409: hue angle of 11.79º 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 #411409 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB65209-
CMYK00.690.860.75
HSL11.79º75.68%14.51%-
HSV(B)11.79º86.15%25.49%-
XYZ2.481.640.45-
YUV32.2114.91151.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.15%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 9 (3.91% from 255) = 9.57%
R=69.15%
G=21.28%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6520900.690.860.7511.7975.6814.51
Hex41149045564Bc4cf
Octal101241101051261131411417
Binary10000011010010010100010110101101001011110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411409; }

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

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

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

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

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

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

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

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