#40150C

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

Shades of Seal Brown #40150C

Tints of Seal Brown #40150C

Color information

#40150C (or 0x40150C) is unknown color: approx Seal Brown. HEX triplet: 40, 15 and 0C. RGB value is (64,21,12). Sum of RGB (Red+Green+Blue) = 64+21+12=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #40150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40150C is #BFEAF3. Grayscale: #202020. Windows color (decimal): -12577524 or 791872. OLE color: 791872.

HSL color Cylindrical-coordinate representation of color #40150C: hue angle of 10.38º 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 #40150C is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB642112-
CMYK00.670.810.75
HSL10.38º68.42%14.9%-
HSV(B)10.38º81.25%25.1%-
XYZ2.451.650.54-
YUV32.83116.25150.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.98%
GREEN value IS 21 (8.59% from 255) = 21.65%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=65.98%
G=21.65%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64211200.670.810.7510.3868.4214.9
Hex4015C043514Ba44f
Octal100251401031211131210417
Binary10000001010111000100001110100011001011101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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