#400F0C

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

Shades of Seal Brown #400F0C

Tints of Seal Brown #400F0C

Color information

#400F0C (or 0x400F0C) is unknown color: approx Seal Brown. HEX triplet: 40, 0F and 0C. RGB value is (64,15,12). Sum of RGB (Red+Green+Blue) = 64+15+12=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #400F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400F0C is #BFF0F3. Grayscale: #1D1D1D. Windows color (decimal): -12579060 or 790336. OLE color: 790336.

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

Color convert

RGB641512-
CMYK00.770.810.75
HSL3.46º68.42%14.9%-
HSV(B)3.46º81.25%25.1%-
XYZ2.351.460.51-
YUV29.31118.23152.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 70.33%
GREEN value IS 15 (6.25% from 255) = 16.48%
BLUE value IS 12 (5.08% from 255) = 13.19%
R=70.33%
G=16.48%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64151200.770.810.753.4668.4214.9
Hex40FC04D514B344f
Octal10017140115121113310417
Binary10000001111110001001101101000110010111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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