#410D03

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

Shades of Seal Brown #410D03

Tints of Seal Brown #410D03

Color information

#410D03 (or 0x410D03) is unknown color: approx Seal Brown. HEX triplet: 41, 0D and 03. RGB value is (65,13,3). Sum of RGB (Red+Green+Blue) = 65+13+3=81 (10% of max value = 765). Red value is 65 (25.78% from 255 or 80.25% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 65 - color contains mainly: red. Hex color #410D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410D03 is #BEF2FC. Grayscale: #1B1B1B. Windows color (decimal): -12514045 or 200001. OLE color: 200001.

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

Color convert

RGB65133-
CMYK00.800.950.75
HSL9.68º91.18%13.33%-
HSV(B)9.68º95.38%25.49%-
XYZ2.341.420.24-
YUV27.41114.23154.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 80.25%
GREEN value IS 13 (5.47% from 255) = 16.05%
BLUE value IS 3 (1.56% from 255) = 3.70%
R=80.25%
G=16.05%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6513300.800.950.759.6891.1813.33
Hex41D30505F4Ba5bd
Octal10115301201371131213315
Binary10000011101110101000010111111001011101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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