#400C07

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

Shades of Seal Brown #400C07

Tints of Seal Brown #400C07

Color information

#400C07 (or 0x400C07) is unknown color: approx Seal Brown. HEX triplet: 40, 0C and 07. RGB value is (64,12,7). Sum of RGB (Red+Green+Blue) = 64+12+7=83 (10% of max value = 765). Red value is 64 (25.39% from 255 or 77.11% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 7 (3.12% from 255 or 8.43% from 83); Max value from RGB is 64 - color contains mainly: red. Hex color #400C07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C07 is #BFF3F8. Grayscale: #1B1B1B. Windows color (decimal): -12579833 or 461888. OLE color: 461888.

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

Color convert

RGB64127-
CMYK00.810.890.75
HSL5.26º80.28%13.92%-
HSV(B)5.26º89.06%25.1%-
XYZ2.281.370.34-
YUV26.98116.73154.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 77.11%
GREEN value IS 12 (5.08% from 255) = 14.46%
BLUE value IS 7 (3.12% from 255) = 8.43%
R=77.11%
G=14.46%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6412700.810.890.755.2680.2813.92
Hex40C7051594B550e
Octal1001470121131113512016
Binary10000001100111010100011011001100101110110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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