#410C09

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

Shades of Seal Brown #410C09

Tints of Seal Brown #410C09

Color information

#410C09 (or 0x410C09) is unknown color: approx Seal Brown. HEX triplet: 41, 0C and 09. RGB value is (65,12,9). Sum of RGB (Red+Green+Blue) = 65+12+9=86 (11% of max value = 765). Red value is 65 (25.78% from 255 or 75.58% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 9 (3.91% from 255 or 10.47% from 86); Max value from RGB is 65 - color contains mainly: red. Hex color #410C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410C09 is #BEF3F6. Grayscale: #1B1B1B. Windows color (decimal): -12514295 or 592961. OLE color: 592961.

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

Color convert

RGB65129-
CMYK00.820.860.75
HSL3.21º75.68%14.51%-
HSV(B)3.21º86.15%25.49%-
XYZ2.361.410.41-
YUV27.5117.56154.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 75.58%
GREEN value IS 12 (5.08% from 255) = 13.95%
BLUE value IS 9 (3.91% from 255) = 10.47%
R=75.58%
G=13.95%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6512900.820.860.753.2175.6814.51
Hex41C9052564B34cf
Octal10114110122126113311417
Binary10000011100100101010010101011010010111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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