#39150B

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

Shades of Seal Brown #39150B

Tints of Seal Brown #39150B

Color information

#39150B (or 0x39150B) is unknown color: approx Seal Brown. HEX triplet: 39, 15 and 0B. RGB value is (57,21,11). Sum of RGB (Red+Green+Blue) = 57+21+11=89 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.04% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 57 - color contains mainly: red. Hex color #39150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39150B is #C6EAF4. Grayscale: #1E1E1E. Windows color (decimal): -13036277 or 726329. OLE color: 726329.

HSL color Cylindrical-coordinate representation of color #39150B: hue angle of 13.04º 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 #39150B is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB572111-
CMYK00.630.810.78
HSL13.04º67.65%13.33%-
HSV(B)13.04º80.7%22.35%-
XYZ2.021.430.49-
YUV30.62116.93146.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.04%
GREEN value IS 21 (8.59% from 255) = 23.60%
BLUE value IS 11 (4.69% from 255) = 12.36%
R=64.04%
G=23.60%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57211100.630.810.7813.0467.6513.33
Hex3915B03F514Ed44d
Octal7125130771211161510415
Binary111001101011011011111110100011001110110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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