#3B1413

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

Shades of Seal Brown #3B1413

Tints of Seal Brown #3B1413

Color information

#3B1413 (or 0x3B1413) is unknown color: approx Seal Brown. HEX triplet: 3B, 14 and 13. RGB value is (59,20,19). Sum of RGB (Red+Green+Blue) = 59+20+19=98 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.20% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1413 is #C4EBEC. Grayscale: #1F1F1F. Windows color (decimal): -12905453 or 1250363. OLE color: 1250363.

HSL color Cylindrical-coordinate representation of color #3B1413: hue angle of 1.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B1413 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.77.

Color convert

RGB592019-
CMYK00.660.680.77
HSL1.5º51.28%15.29%-
HSV(B)1.5º67.8%23.14%-
XYZ2.171.480.79-
YUV31.55120.92147.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 60.20%
GREEN value IS 20 (8.20% from 255) = 20.41%
BLUE value IS 19 (7.81% from 255) = 19.39%
R=60.20%
G=20.41%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59201900.660.680.771.551.2815.29
Hex3B1413042444D233f
Octal732423010210411526317
Binary11101110100100110100001010001001001101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B1413; }

 p { color: rgb(59,20,19); }

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

<style>
 a { background-color: #3B1413; }

 a { background-color: rgb(59,20,19); }

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

<style>
 span { border-color: #3B1413; }

 span { border-color: rgb(59,20,19); }

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