#401003

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

Shades of Seal Brown #401003

Tints of Seal Brown #401003

Color information

#401003 (or 0x401003) is unknown color: approx Seal Brown. HEX triplet: 40, 10 and 03. RGB value is (64,16,3). Sum of RGB (Red+Green+Blue) = 64+16+3=83 (10% of max value = 765). Red value is 64 (25.39% from 255 or 77.11% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 3 (1.56% from 255 or 3.61% from 83); Max value from RGB is 64 - color contains mainly: red. Hex color #401003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401003 is #BFEFFC. Grayscale: #1C1C1C. Windows color (decimal): -12578813 or 200768. OLE color: 200768.

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

Color convert

RGB64163-
CMYK00.750.950.75
HSL12.79º91.04%13.14%-
HSV(B)12.79º95.31%25.1%-
XYZ2.321.470.25-
YUV28.87113.4153.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 77.11%
GREEN value IS 16 (6.64% from 255) = 19.28%
BLUE value IS 3 (1.56% from 255) = 3.61%
R=77.11%
G=19.28%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6416300.750.950.7512.7991.0413.14
Hex4010304B5F4Bd5bd
Octal10020301131371131513315
Binary100000010000110100101110111111001011110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401003; }

 p { color: rgb(64,16,3); }

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

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

 a { background-color: rgb(64,16,3); }

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

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

 span { border-color: rgb(64,16,3); }

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