#410E03

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

Shades of Seal Brown #410E03

Tints of Seal Brown #410E03

Color information

#410E03 (or 0x410E03) is unknown color: approx Seal Brown. HEX triplet: 41, 0E and 03. RGB value is (65,14,3). Sum of RGB (Red+Green+Blue) = 65+14+3=82 (10% of max value = 765). Red value is 65 (25.78% from 255 or 79.27% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 65 - color contains mainly: red. Hex color #410E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410E03 is #BEF1FC. Grayscale: #1C1C1C. Windows color (decimal): -12513789 or 200257. OLE color: 200257.

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

Color convert

RGB65143-
CMYK00.780.950.75
HSL10.65º91.18%13.33%-
HSV(B)10.65º95.38%25.49%-
XYZ2.351.440.24-
YUV27.99113.9154.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 79.27%
GREEN value IS 14 (5.86% from 255) = 17.07%
BLUE value IS 3 (1.56% from 255) = 3.66%
R=79.27%
G=17.07%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6514300.780.950.7510.6591.1813.33
Hex41E304E5F4Bb5bd
Octal10116301161371131313315
Binary10000011110110100111010111111001011101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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