#400C03

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

Shades of Seal Brown #400C03

Tints of Seal Brown #400C03

Color information

#400C03 (or 0x400C03) is unknown color: approx Seal Brown. HEX triplet: 40, 0C and 03. RGB value is (64,12,3). Sum of RGB (Red+Green+Blue) = 64+12+3=79 (10% of max value = 765). Red value is 64 (25.39% from 255 or 81.01% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 64 - color contains mainly: red. Hex color #400C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C03 is #BFF3FC. Grayscale: #1A1A1A. Windows color (decimal): -12579837 or 199744. OLE color: 199744.

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

Color convert

RGB64123-
CMYK00.810.950.75
HSL8.85º91.04%13.14%-
HSV(B)8.85º95.31%25.1%-
XYZ2.261.360.23-
YUV26.52114.73154.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 81.01%
GREEN value IS 12 (5.08% from 255) = 15.19%
BLUE value IS 3 (1.56% from 255) = 3.80%
R=81.01%
G=15.19%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6412300.810.950.758.8591.0413.14
Hex40C30515F4B95bd
Octal10014301211371131113315
Binary10000001100110101000110111111001011100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400C03; }

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

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

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

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

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

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

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

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