#40150F

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

Shades of Seal Brown #40150F

Tints of Seal Brown #40150F

Color information

#40150F (or 0x40150F) is unknown color: approx Seal Brown. HEX triplet: 40, 15 and 0F. RGB value is (64,21,15). Sum of RGB (Red+Green+Blue) = 64+21+15=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #40150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40150F is #BFEAF0. Grayscale: #212121. Windows color (decimal): -12577521 or 988480. OLE color: 988480.

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

Color convert

RGB642115-
CMYK00.670.770.75
HSL7.35º62.03%15.49%-
HSV(B)7.35º76.56%25.1%-
XYZ2.471.660.64-
YUV33.17117.75149.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64%
GREEN value IS 21 (8.59% from 255) = 21%
BLUE value IS 15 (6.25% from 255) = 15%
R=64%
G=21%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64211500.670.770.757.3562.0315.49
Hex4015F0434D4B73ef
Octal1002517010311511377617
Binary100000010101111101000011100110110010111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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