#39120D

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

Shades of Seal Brown #39120D

Tints of Seal Brown #39120D

Color information

#39120D (or 0x39120D) is unknown color: approx Seal Brown. HEX triplet: 39, 12 and 0D. RGB value is (57,18,13). Sum of RGB (Red+Green+Blue) = 57+18+13=88 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.77% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 57 - color contains mainly: red. Hex color #39120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39120D is #C6EDF2. Grayscale: #1D1D1D. Windows color (decimal): -13037043 or 856633. OLE color: 856633.

HSL color Cylindrical-coordinate representation of color #39120D: hue angle of 6.82º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39120D is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB571813-
CMYK00.680.770.78
HSL6.82º62.86%13.73%-
HSV(B)6.82º77.19%22.35%-
XYZ1.981.330.53-
YUV29.09118.92147.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.77%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 13 (5.47% from 255) = 14.77%
R=64.77%
G=20.45%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57181300.680.770.786.8262.8613.73
Hex3912D0444D4E73fe
Octal712215010411511677716
Binary11100110010110101000100100110110011101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39120D; }

 p { color: rgb(57,18,13); }

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

<style>
 a { background-color: #39120D; }

 a { background-color: rgb(57,18,13); }

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

<style>
 span { border-color: #39120D; }

 span { border-color: rgb(57,18,13); }

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