#410A08

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

Shades of Seal Brown #410A08

Tints of Seal Brown #410A08

Color information

#410A08 (or 0x410A08) is unknown color: approx Seal Brown. HEX triplet: 41, 0A and 08. RGB value is (65,10,8). Sum of RGB (Red+Green+Blue) = 65+10+8=83 (10% of max value = 765). Red value is 65 (25.78% from 255 or 78.31% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 65 - color contains mainly: red. Hex color #410A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410A08 is #BEF5F7. Grayscale: #1A1A1A. Windows color (decimal): -12514808 or 526913. OLE color: 526913.

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

Color convert

RGB65108-
CMYK00.850.880.75
HSL2.11º78.08%14.31%-
HSV(B)2.11º87.69%25.49%-
XYZ2.331.360.37-
YUV26.22117.72155.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 78.31%
GREEN value IS 10 (4.30% from 255) = 12.05%
BLUE value IS 8 (3.52% from 255) = 9.64%
R=78.31%
G=12.05%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6510800.850.880.752.1178.0814.31
Hex41A8055584B24ee
Octal10112100125130113211616
Binary10000011010100001010101101100010010111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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