#39130E

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

Shades of Seal Brown #39130E

Tints of Seal Brown #39130E

Color information

#39130E (or 0x39130E) is unknown color: approx Seal Brown. HEX triplet: 39, 13 and 0E. RGB value is (57,19,14). Sum of RGB (Red+Green+Blue) = 57+19+14=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #39130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39130E is #C6ECF1. Grayscale: #1D1D1D. Windows color (decimal): -13036786 or 922425. OLE color: 922425.

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

Color convert

RGB571914-
CMYK00.670.750.78
HSL6.98º60.56%13.92%-
HSV(B)6.98º75.44%22.35%-
XYZ21.370.57-
YUV29.79119.09147.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 63.33%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 14 (5.86% from 255) = 15.56%
R=63.33%
G=21.11%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57191400.670.750.786.9860.5613.92
Hex3913E0434B4E73de
Octal712316010311311677516
Binary11100110011111001000011100101110011101111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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