#40110F

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

Shades of Seal Brown #40110F

Tints of Seal Brown #40110F

Color information

#40110F (or 0x40110F) is unknown color: approx Seal Brown. HEX triplet: 40, 11 and 0F. RGB value is (64,17,15). Sum of RGB (Red+Green+Blue) = 64+17+15=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #40110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40110F is #BFEEF0. Grayscale: #1E1E1E. Windows color (decimal): -12578545 or 987456. OLE color: 987456.

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

Color convert

RGB641715-
CMYK00.730.770.75
HSL2.45º62.03%15.49%-
HSV(B)2.45º76.56%25.1%-
XYZ2.41.530.62-
YUV30.82119.07151.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 66.67%
GREEN value IS 17 (7.03% from 255) = 17.71%
BLUE value IS 15 (6.25% from 255) = 15.62%
R=66.67%
G=17.71%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64171500.730.770.752.4562.0315.49
Hex4011F0494D4B23ef
Octal1002117011111511327617
Binary10000001000111110100100110011011001011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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