#400C01

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

Shades of Seal Brown #400C01

Tints of Seal Brown #400C01

Color information

#400C01 (or 0x400C01) is unknown color: approx Seal Brown. HEX triplet: 40, 0C and 01. RGB value is (64,12,1). Sum of RGB (Red+Green+Blue) = 64+12+1=77 (10% of max value = 765). Red value is 64 (25.39% from 255 or 83.12% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 64 - color contains mainly: red. Hex color #400C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C01 is #BFF3FE. Grayscale: #1A1A1A. Windows color (decimal): -12579839 or 68672. OLE color: 68672.

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

Color convert

RGB64121-
CMYK00.810.980.75
HSL10.48º96.92%12.75%-
HSV(B)10.48º98.44%25.1%-
XYZ2.251.360.17-
YUV26.29113.73154.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 83.12%
GREEN value IS 12 (5.08% from 255) = 15.58%
BLUE value IS 1 (0.78% from 255) = 1.30%
R=83.12%
G=15.58%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6412100.810.980.7510.4896.9212.75
Hex40C1051624Ba61d
Octal10014101211421131214115
Binary1000000110010101000111000101001011101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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