#410B05

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

Shades of Seal Brown #410B05

Tints of Seal Brown #410B05

Color information

#410B05 (or 0x410B05) is unknown color: approx Seal Brown. HEX triplet: 41, 0B and 05. RGB value is (65,11,5). Sum of RGB (Red+Green+Blue) = 65+11+5=81 (10% of max value = 765). Red value is 65 (25.78% from 255 or 80.25% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 65 - color contains mainly: red. Hex color #410B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410B05 is #BEF4FA. Grayscale: #1A1A1A. Windows color (decimal): -12514555 or 330561. OLE color: 330561.

HSL color Cylindrical-coordinate representation of color #410B05: hue angle of 6º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410B05 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB65115-
CMYK00.830.920.75
HSL85.71%13.73%-
HSV(B)92.31%25.49%-
XYZ2.331.370.29-
YUV26.46115.89155.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 80.25%
GREEN value IS 11 (4.69% from 255) = 13.58%
BLUE value IS 5 (2.34% from 255) = 6.17%
R=80.25%
G=13.58%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6511500.830.920.75685.7113.73
Hex41B50535C4B656e
Octal1011350123134113612616
Binary10000011011101010100111011100100101111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,11,5); }

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

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

 a { background-color: rgb(65,11,5); }

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

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

 span { border-color: rgb(65,11,5); }

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