#40120D

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

Shades of Seal Brown #40120D

Tints of Seal Brown #40120D

Color information

#40120D (or 0x40120D) is unknown color: approx Seal Brown. HEX triplet: 40, 12 and 0D. RGB value is (64,18,13). Sum of RGB (Red+Green+Blue) = 64+18+13=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #40120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40120D is #BFEDF2. Grayscale: #1F1F1F. Windows color (decimal): -12578291 or 856640. OLE color: 856640.

HSL color Cylindrical-coordinate representation of color #40120D: hue angle of 5.88º 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 #40120D is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB641813-
CMYK00.720.800.75
HSL5.88º66.23%15.1%-
HSV(B)5.88º79.69%25.1%-
XYZ2.41.550.55-
YUV31.18117.74151.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 67.37%
GREEN value IS 18 (7.42% from 255) = 18.95%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=67.37%
G=18.95%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64181300.720.800.755.8866.2315.1
Hex4012D048504B642f
Octal10022150110120113610217
Binary1000000100101101010010001010000100101111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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