#400B03

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

Shades of Seal Brown #400B03

Tints of Seal Brown #400B03

Color information

#400B03 (or 0x400B03) is unknown color: approx Seal Brown. HEX triplet: 40, 0B and 03. RGB value is (64,11,3). Sum of RGB (Red+Green+Blue) = 64+11+3=78 (10% of max value = 765). Red value is 64 (25.39% from 255 or 82.05% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 64 - color contains mainly: red. Hex color #400B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400B03 is #BFF4FC. Grayscale: #1A1A1A. Windows color (decimal): -12580093 or 199488. OLE color: 199488.

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

Color convert

RGB64113-
CMYK00.830.950.75
HSL7.87º91.04%13.14%-
HSV(B)7.87º95.31%25.1%-
XYZ2.251.340.23-
YUV25.94115.06155.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 82.05%
GREEN value IS 11 (4.69% from 255) = 14.10%
BLUE value IS 3 (1.56% from 255) = 3.85%
R=82.05%
G=14.10%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6411300.830.950.757.8791.0413.14
Hex40B30535F4B85bd
Octal10013301231371131013315
Binary10000001011110101001110111111001011100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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