#40110B

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

Shades of Seal Brown #40110B

Tints of Seal Brown #40110B

Color information

#40110B (or 0x40110B) is unknown color: approx Seal Brown. HEX triplet: 40, 11 and 0B. RGB value is (64,17,11). Sum of RGB (Red+Green+Blue) = 64+17+11=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #40110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40110B is #BFEEF4. Grayscale: #1E1E1E. Windows color (decimal): -12578549 or 725312. OLE color: 725312.

HSL color Cylindrical-coordinate representation of color #40110B: hue angle of 6.79º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40110B is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB641711-
CMYK00.730.830.75
HSL6.79º70.67%14.71%-
HSV(B)6.79º82.81%25.1%-
XYZ2.381.520.48-
YUV30.37117.07151.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 69.57%
GREEN value IS 17 (7.03% from 255) = 18.48%
BLUE value IS 11 (4.69% from 255) = 11.96%
R=69.57%
G=18.48%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64171100.730.830.756.7970.6714.71
Hex4011B049534B747f
Octal10021130111123113710717
Binary1000000100011011010010011010011100101111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40110B; }

 p { color: rgb(64,17,11); }

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

<style>
 a { background-color: #40110B; }

 a { background-color: rgb(64,17,11); }

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

<style>
 span { border-color: #40110B; }

 span { border-color: rgb(64,17,11); }

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