#410803

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

Shades of Seal Brown #410803

Tints of Seal Brown #410803

Color information

#410803 (or 0x410803) is unknown color: approx Seal Brown. HEX triplet: 41, 08 and 03. RGB value is (65,8,3). Sum of RGB (Red+Green+Blue) = 65+8+3=76 (10% of max value = 765). Red value is 65 (25.78% from 255 or 85.53% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 65 - color contains mainly: red. Hex color #410803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410803 is #BEF7FC. Grayscale: #181818. Windows color (decimal): -12515325 or 198721. OLE color: 198721.

HSL color Cylindrical-coordinate representation of color #410803: hue angle of 4.84º 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 #410803 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB6583-
CMYK00.880.950.75
HSL4.84º91.18%13.33%-
HSV(B)4.84º95.38%25.49%-
XYZ2.281.30.22-
YUV24.47115.88156.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 85.53%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 3 (1.56% from 255) = 3.95%
R=85.53%
G=10.53%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal658300.880.950.754.8491.1813.33
Hex41830585F4B55bd
Octal1011030130137113513315
Binary1000001100011010110001011111100101110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410803; }

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

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

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

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

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

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

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

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