#40130F

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

Shades of Seal Brown #40130F

Tints of Seal Brown #40130F

Color information

#40130F (or 0x40130F) is unknown color: approx Seal Brown. HEX triplet: 40, 13 and 0F. RGB value is (64,19,15). Sum of RGB (Red+Green+Blue) = 64+19+15=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #40130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40130F is #BFECF0. Grayscale: #202020. Windows color (decimal): -12578033 or 987968. OLE color: 987968.

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

Color convert

RGB641915-
CMYK00.700.770.75
HSL4.9º62.03%15.49%-
HSV(B)4.9º76.56%25.1%-
XYZ2.431.590.63-
YUV32118.41150.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.31%
GREEN value IS 19 (7.81% from 255) = 19.39%
BLUE value IS 15 (6.25% from 255) = 15.31%
R=65.31%
G=19.39%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64191500.700.770.754.962.0315.49
Hex4013F0464D4B53ef
Octal1002317010611511357617
Binary100000010011111101000110100110110010111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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