#410A04

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

Shades of Seal Brown #410A04

Tints of Seal Brown #410A04

Color information

#410A04 (or 0x410A04) is unknown color: approx Seal Brown. HEX triplet: 41, 0A and 04. RGB value is (65,10,4). Sum of RGB (Red+Green+Blue) = 65+10+4=79 (10% of max value = 765). Red value is 65 (25.78% from 255 or 82.28% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 65 - color contains mainly: red. Hex color #410A04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410A04 is #BEF5FB. Grayscale: #191919. Windows color (decimal): -12514812 or 264769. OLE color: 264769.

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

Color convert

RGB65104-
CMYK00.850.940.75
HSL5.9º88.41%13.53%-
HSV(B)5.9º93.85%25.49%-
XYZ2.311.350.25-
YUV25.76115.72155.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 82.28%
GREEN value IS 10 (4.30% from 255) = 12.66%
BLUE value IS 4 (1.95% from 255) = 5.06%
R=82.28%
G=12.66%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6510400.850.940.755.988.4113.53
Hex41A40555E4B658e
Octal1011240125136113613016
Binary10000011010100010101011011110100101111010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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