#39120E

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

Shades of Seal Brown #39120E

Tints of Seal Brown #39120E

Color information

#39120E (or 0x39120E) is unknown color: approx Seal Brown. HEX triplet: 39, 12 and 0E. RGB value is (57,18,14). Sum of RGB (Red+Green+Blue) = 57+18+14=89 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.04% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 57 - color contains mainly: red. Hex color #39120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39120E is #C6EDF1. Grayscale: #1D1D1D. Windows color (decimal): -13037042 or 922169. OLE color: 922169.

HSL color Cylindrical-coordinate representation of color #39120E: hue angle of 5.58º 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 #39120E is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB571814-
CMYK00.680.750.78
HSL5.58º60.56%13.92%-
HSV(B)5.58º75.44%22.35%-
XYZ1.981.330.57-
YUV29.2119.42147.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.04%
GREEN value IS 18 (7.42% from 255) = 20.22%
BLUE value IS 14 (5.86% from 255) = 15.73%
R=64.04%
G=20.22%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57181400.680.750.785.5860.5613.92
Hex3912E0444B4E63de
Octal712216010411311667516
Binary11100110010111001000100100101110011101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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