#39110D

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

Shades of Seal Brown #39110D

Tints of Seal Brown #39110D

Color information

#39110D (or 0x39110D) is unknown color: approx Seal Brown. HEX triplet: 39, 11 and 0D. RGB value is (57,17,13). Sum of RGB (Red+Green+Blue) = 57+17+13=87 (11% of max value = 765). Red value is 57 (22.66% from 255 or 65.52% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 57 - color contains mainly: red. Hex color #39110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39110D is #C6EEF2. Grayscale: #1C1C1C. Windows color (decimal): -13037299 or 856377. OLE color: 856377.

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

Color convert

RGB571713-
CMYK00.700.770.78
HSL5.45º62.86%13.73%-
HSV(B)5.45º77.19%22.35%-
XYZ1.961.30.53-
YUV28.5119.25148.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 65.52%
GREEN value IS 17 (7.03% from 255) = 19.54%
BLUE value IS 13 (5.47% from 255) = 14.94%
R=65.52%
G=19.54%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57171300.700.770.785.4562.8613.73
Hex3911D0464D4E53fe
Octal712115010611511657716
Binary11100110001110101000110100110110011101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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