#410A02

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

Shades of Seal Brown #410A02

Tints of Seal Brown #410A02

Color information

#410A02 (or 0x410A02) is unknown color: approx Seal Brown. HEX triplet: 41, 0A and 02. RGB value is (65,10,2). Sum of RGB (Red+Green+Blue) = 65+10+2=77 (10% of max value = 765). Red value is 65 (25.78% from 255 or 84.42% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 65 - color contains mainly: red. Hex color #410A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410A02 is #BEF5FD. Grayscale: #191919. Windows color (decimal): -12514814 or 133697. OLE color: 133697.

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

Color convert

RGB65102-
CMYK00.850.970.75
HSL7.62º94.03%13.14%-
HSV(B)7.62º96.92%25.49%-
XYZ2.31.350.2-
YUV25.53114.72156.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 84.42%
GREEN value IS 10 (4.30% from 255) = 12.99%
BLUE value IS 2 (1.17% from 255) = 2.60%
R=84.42%
G=12.99%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6510200.850.970.757.6294.0313.14
Hex41A2055614B85ed
Octal10112201251411131013615
Binary10000011010100101010111000011001011100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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