#410A00

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

Shades of Seal Brown #410A00

Tints of Seal Brown #410A00

Color information

#410A00 (or 0x410A00) is unknown color: approx Seal Brown. HEX triplet: 41, 0A and 00. RGB value is (65,10,0). Sum of RGB (Red+Green+Blue) = 65+10+0=75 (9% of max value = 765). Red value is 65 (25.78% from 255 or 86.67% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 65 - color contains mainly: red. Hex color #410A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410A00 is #BEF5FF. Grayscale: #191919. Windows color (decimal): -12514816 or 2625. OLE color: 2625.

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

Color convert

RGB65100-
CMYK00.8510.75
HSL9.23º100%12.75%-
HSV(B)9.23º100%25.49%-
XYZ2.291.340.14-
YUV25.3113.72156.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 86.67%
GREEN value IS 10 (4.30% from 255) = 13.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.67%
G=13.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6510000.8510.759.2310012.75
Hex41A0055644B964d
Octal10112001251441131114415
Binary1000001101000101010111001001001011100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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