#410A09

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

Shades of Seal Brown #410A09

Tints of Seal Brown #410A09

Color information

#410A09 (or 0x410A09) is unknown color: approx Seal Brown. HEX triplet: 41, 0A and 09. RGB value is (65,10,9). Sum of RGB (Red+Green+Blue) = 65+10+9=84 (11% of max value = 765). Red value is 65 (25.78% from 255 or 77.38% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 65 - color contains mainly: red. Hex color #410A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410A09 is #BEF5F6. Grayscale: #1A1A1A. Windows color (decimal): -12514807 or 592449. OLE color: 592449.

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

Color convert

RGB65109-
CMYK00.850.860.75
HSL1.07º75.68%14.51%-
HSV(B)1.07º86.15%25.49%-
XYZ2.341.360.4-
YUV26.33118.22155.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 77.38%
GREEN value IS 10 (4.30% from 255) = 11.90%
BLUE value IS 9 (3.91% from 255) = 10.71%
R=77.38%
G=11.90%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6510900.850.860.751.0775.6814.51
Hex41A9055564B14cf
Octal10112110125126113111417
Binary1000001101010010101010110101101001011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410A09; }

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

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

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

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

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

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

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

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