#39130B

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

Shades of Seal Brown #39130B

Tints of Seal Brown #39130B

Color information

#39130B (or 0x39130B) is unknown color: approx Seal Brown. HEX triplet: 39, 13 and 0B. RGB value is (57,19,11). Sum of RGB (Red+Green+Blue) = 57+19+11=87 (11% of max value = 765). Red value is 57 (22.66% from 255 or 65.52% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 57 - color contains mainly: red. Hex color #39130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39130B is #C6ECF4. Grayscale: #1D1D1D. Windows color (decimal): -13036789 or 725817. OLE color: 725817.

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

Color convert

RGB571911-
CMYK00.670.810.78
HSL10.43º67.65%13.33%-
HSV(B)10.43º80.7%22.35%-
XYZ1.981.360.47-
YUV29.45117.59147.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 65.52%
GREEN value IS 19 (7.81% from 255) = 21.84%
BLUE value IS 11 (4.69% from 255) = 12.64%
R=65.52%
G=21.84%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57191100.670.810.7810.4367.6513.33
Hex3913B043514Ea44d
Octal71231301031211161210415
Binary1110011001110110100001110100011001110101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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