#40100D

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

Shades of Seal Brown #40100D

Tints of Seal Brown #40100D

Color information

#40100D (or 0x40100D) is unknown color: approx Seal Brown. HEX triplet: 40, 10 and 0D. RGB value is (64,16,13). Sum of RGB (Red+Green+Blue) = 64+16+13=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #40100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40100D is #BFEFF2. Grayscale: #1E1E1E. Windows color (decimal): -12578803 or 856128. OLE color: 856128.

HSL color Cylindrical-coordinate representation of color #40100D: hue angle of 3.53º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40100D is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB641613-
CMYK00.750.800.75
HSL3.53º66.23%15.1%-
HSV(B)3.53º79.69%25.1%-
XYZ2.371.490.54-
YUV30.01118.4152.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.82%
GREEN value IS 16 (6.64% from 255) = 17.20%
BLUE value IS 13 (5.47% from 255) = 13.98%
R=68.82%
G=17.20%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64161300.750.800.753.5366.2315.1
Hex4010D04B504B442f
Octal10020150113120113410217
Binary1000000100001101010010111010000100101110010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40100D; }

 p { color: rgb(64,16,13); }

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

<style>
 a { background-color: #40100D; }

 a { background-color: rgb(64,16,13); }

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

<style>
 span { border-color: #40100D; }

 span { border-color: rgb(64,16,13); }

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