#400F07

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

Shades of Seal Brown #400F07

Tints of Seal Brown #400F07

Color information

#400F07 (or 0x400F07) is unknown color: approx Seal Brown. HEX triplet: 40, 0F and 07. RGB value is (64,15,7). Sum of RGB (Red+Green+Blue) = 64+15+7=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #400F07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400F07 is #BFF0F8. Grayscale: #1C1C1C. Windows color (decimal): -12579065 or 462656. OLE color: 462656.

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

Color convert

RGB64157-
CMYK00.770.890.75
HSL8.42º80.28%13.92%-
HSV(B)8.42º89.06%25.1%-
XYZ2.321.450.36-
YUV28.74115.73153.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 74.42%
GREEN value IS 15 (6.25% from 255) = 17.44%
BLUE value IS 7 (3.12% from 255) = 8.14%
R=74.42%
G=17.44%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6415700.770.890.758.4280.2813.92
Hex40F704D594B850e
Octal10017701151311131012016
Binary100000011111110100110110110011001011100010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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