#39140B

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

Shades of Seal Brown #39140B

Tints of Seal Brown #39140B

Color information

#39140B (or 0x39140B) is unknown color: approx Seal Brown. HEX triplet: 39, 14 and 0B. RGB value is (57,20,11). Sum of RGB (Red+Green+Blue) = 57+20+11=88 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.77% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 57 - color contains mainly: red. Hex color #39140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39140B is #C6EBF4. Grayscale: #1E1E1E. Windows color (decimal): -13036533 or 726073. OLE color: 726073.

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

Color convert

RGB572011-
CMYK00.650.810.78
HSL11.74º67.65%13.33%-
HSV(B)11.74º80.7%22.35%-
XYZ21.390.48-
YUV30.04117.26147.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.77%
GREEN value IS 20 (8.20% from 255) = 22.73%
BLUE value IS 11 (4.69% from 255) = 12.5%
R=64.77%
G=22.73%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57201100.650.810.7811.7467.6513.33
Hex3914B041514Ec44d
Octal71241301011211161410415
Binary1110011010010110100000110100011001110110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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