#410E02

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

Shades of Seal Brown #410E02

Tints of Seal Brown #410E02

Color information

#410E02 (or 0x410E02) is unknown color: approx Seal Brown. HEX triplet: 41, 0E and 02. RGB value is (65,14,2). Sum of RGB (Red+Green+Blue) = 65+14+2=81 (10% of max value = 765). Red value is 65 (25.78% from 255 or 80.25% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 65 - color contains mainly: red. Hex color #410E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410E02 is #BEF1FD. Grayscale: #1B1B1B. Windows color (decimal): -12513790 or 134721. OLE color: 134721.

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

Color convert

RGB65142-
CMYK00.780.970.75
HSL11.43º94.03%13.14%-
HSV(B)11.43º96.92%25.49%-
XYZ2.351.440.21-
YUV27.88113.4154.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 80.25%
GREEN value IS 14 (5.86% from 255) = 17.28%
BLUE value IS 2 (1.17% from 255) = 2.47%
R=80.25%
G=17.28%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6514200.780.970.7511.4394.0313.14
Hex41E204E614Bb5ed
Octal10116201161411131313615
Binary10000011110100100111011000011001011101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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