#400D01

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

Shades of Seal Brown #400D01

Tints of Seal Brown #400D01

Color information

#400D01 (or 0x400D01) is unknown color: approx Seal Brown. HEX triplet: 40, 0D and 01. RGB value is (64,13,1). Sum of RGB (Red+Green+Blue) = 64+13+1=78 (10% of max value = 765). Red value is 64 (25.39% from 255 or 82.05% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 64 - color contains mainly: red. Hex color #400D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400D01 is #BFF2FE. Grayscale: #1A1A1A. Windows color (decimal): -12579583 or 68928. OLE color: 68928.

HSL color Cylindrical-coordinate representation of color #400D01: hue angle of 11.43º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400D01 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB64131-
CMYK00.800.980.75
HSL11.43º96.92%12.75%-
HSV(B)11.43º98.44%25.1%-
XYZ2.261.380.18-
YUV26.88113.4154.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 82.05%
GREEN value IS 13 (5.47% from 255) = 16.67%
BLUE value IS 1 (0.78% from 255) = 1.28%
R=82.05%
G=16.67%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6413100.800.980.7511.4396.9212.75
Hex40D1050624Bb61d
Octal10015101201421131314115
Binary1000000110110101000011000101001011101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,13,1); }

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

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

 a { background-color: rgb(64,13,1); }

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

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

 span { border-color: rgb(64,13,1); }

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