#39130F

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

Shades of Seal Brown #39130F

Tints of Seal Brown #39130F

Color information

#39130F (or 0x39130F) is unknown color: approx Seal Brown. HEX triplet: 39, 13 and 0F. RGB value is (57,19,15). Sum of RGB (Red+Green+Blue) = 57+19+15=91 (12% of max value = 765). Red value is 57 (22.66% from 255 or 62.64% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 57 - color contains mainly: red. Hex color #39130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39130F is #C6ECF0. Grayscale: #1D1D1D. Windows color (decimal): -13036785 or 987961. OLE color: 987961.

HSL color Cylindrical-coordinate representation of color #39130F: hue angle of 5.71º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39130F is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB571915-
CMYK00.670.740.78
HSL5.71º58.33%14.12%-
HSV(B)5.71º73.68%22.35%-
XYZ2.011.370.61-
YUV29.91119.59147.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 62.64%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 15 (6.25% from 255) = 16.48%
R=62.64%
G=20.88%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57191500.670.740.785.7158.3314.12
Hex3913F0434A4E63ae
Octal712317010311211667216
Binary11100110011111101000011100101010011101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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