#40100C

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

Shades of Seal Brown #40100C

Tints of Seal Brown #40100C

Color information

#40100C (or 0x40100C) is unknown color: approx Seal Brown. HEX triplet: 40, 10 and 0C. RGB value is (64,16,12). Sum of RGB (Red+Green+Blue) = 64+16+12=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #40100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40100C is #BFEFF3. Grayscale: #1D1D1D. Windows color (decimal): -12578804 or 790592. OLE color: 790592.

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

Color convert

RGB641612-
CMYK00.750.810.75
HSL4.62º68.42%14.9%-
HSV(B)4.62º81.25%25.1%-
XYZ2.371.490.51-
YUV29.9117.9152.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 69.57%
GREEN value IS 16 (6.64% from 255) = 17.39%
BLUE value IS 12 (5.08% from 255) = 13.04%
R=69.57%
G=17.39%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64161200.750.810.754.6268.4214.9
Hex4010C04B514B544f
Octal10020140113121113510417
Binary1000000100001100010010111010001100101110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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