#39140C

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

Shades of Seal Brown #39140C

Tints of Seal Brown #39140C

Color information

#39140C (or 0x39140C) is unknown color: approx Seal Brown. HEX triplet: 39, 14 and 0C. RGB value is (57,20,12). Sum of RGB (Red+Green+Blue) = 57+20+12=89 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.04% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 57 - color contains mainly: red. Hex color #39140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39140C is #C6EBF3. Grayscale: #1E1E1E. Windows color (decimal): -13036532 or 791609. OLE color: 791609.

HSL color Cylindrical-coordinate representation of color #39140C: hue angle of 10.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39140C is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB572012-
CMYK00.650.790.78
HSL10.67º65.22%13.53%-
HSV(B)10.67º78.95%22.35%-
XYZ21.40.51-
YUV30.15117.76147.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.04%
GREEN value IS 20 (8.20% from 255) = 22.47%
BLUE value IS 12 (5.08% from 255) = 13.48%
R=64.04%
G=22.47%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57201200.650.790.7810.6765.2213.53
Hex3914C0414F4Eb41e
Octal71241401011171161310116
Binary1110011010011000100000110011111001110101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39140C; }

 p { color: rgb(57,20,12); }

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

<style>
 a { background-color: #39140C; }

 a { background-color: rgb(57,20,12); }

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

<style>
 span { border-color: #39140C; }

 span { border-color: rgb(57,20,12); }

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