#410F08

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

Shades of Seal Brown #410F08

Tints of Seal Brown #410F08

Color information

#410F08 (or 0x410F08) is unknown color: approx Seal Brown. HEX triplet: 41, 0F and 08. RGB value is (65,15,8). Sum of RGB (Red+Green+Blue) = 65+15+8=88 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.86% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 65 - color contains mainly: red. Hex color #410F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410F08 is #BEF0F7. Grayscale: #1D1D1D. Windows color (decimal): -12513528 or 528193. OLE color: 528193.

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

Color convert

RGB65158-
CMYK00.770.880.75
HSL7.37º78.08%14.31%-
HSV(B)7.37º87.69%25.49%-
XYZ2.391.480.39-
YUV29.15116.06153.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 73.86%
GREEN value IS 15 (6.25% from 255) = 17.05%
BLUE value IS 8 (3.52% from 255) = 9.09%
R=73.86%
G=17.05%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6515800.770.880.757.3778.0814.31
Hex41F804D584B74ee
Octal10117100115130113711616
Binary100000111111000010011011011000100101111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,15,8); }

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

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

 a { background-color: rgb(65,15,8); }

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

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

 span { border-color: rgb(65,15,8); }

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