#400F06

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

Shades of Seal Brown #400F06

Tints of Seal Brown #400F06

Color information

#400F06 (or 0x400F06) is unknown color: approx Seal Brown. HEX triplet: 40, 0F and 06. RGB value is (64,15,6). Sum of RGB (Red+Green+Blue) = 64+15+6=85 (11% of max value = 765). Red value is 64 (25.39% from 255 or 75.29% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 64 - color contains mainly: red. Hex color #400F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400F06 is #BFF0F9. Grayscale: #1C1C1C. Windows color (decimal): -12579066 or 397120. OLE color: 397120.

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

Color convert

RGB64156-
CMYK00.770.910.75
HSL9.31º82.86%13.73%-
HSV(B)9.31º90.62%25.1%-
XYZ2.321.440.33-
YUV28.62115.23153.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 75.29%
GREEN value IS 15 (6.25% from 255) = 17.65%
BLUE value IS 6 (2.73% from 255) = 7.06%
R=75.29%
G=17.65%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6415600.770.910.759.3182.8613.73
Hex40F604D5B4B953e
Octal10017601151331131112316
Binary100000011111100100110110110111001011100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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