#400C00

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

Shades of Seal Brown #400C00

Tints of Seal Brown #400C00

Color information

#400C00 (or 0x400C00) is unknown color: approx Seal Brown. HEX triplet: 40, 0C and 00. RGB value is (64,12,0). Sum of RGB (Red+Green+Blue) = 64+12+0=76 (10% of max value = 765). Red value is 64 (25.39% from 255 or 84.21% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 64 - color contains mainly: red. Hex color #400C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C00 is #BFF3FF. Grayscale: #1A1A1A. Windows color (decimal): -12579840 or 3136. OLE color: 3136.

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

Color convert

RGB64120-
CMYK00.8110.75
HSL11.25º100%12.55%-
HSV(B)11.25º100%25.1%-
XYZ2.251.350.14-
YUV26.18113.23154.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 84.21%
GREEN value IS 12 (5.08% from 255) = 15.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.21%
G=15.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6412000.8110.7511.2510012.55
Hex40C0051644Bb64d
Octal10014001211441131314415
Binary1000000110000101000111001001001011101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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