#3B1412

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

Shades of Seal Brown #3B1412

Tints of Seal Brown #3B1412

Color information

#3B1412 (or 0x3B1412) is unknown color: approx Seal Brown. HEX triplet: 3B, 14 and 12. RGB value is (59,20,18). Sum of RGB (Red+Green+Blue) = 59+20+18=97 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.82% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1412 is #C4EBED. Grayscale: #1F1F1F. Windows color (decimal): -12905454 or 1184827. OLE color: 1184827.

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

Color convert

RGB592018-
CMYK00.660.690.77
HSL2.93º53.25%15.1%-
HSV(B)2.93º69.49%23.14%-
XYZ2.161.470.74-
YUV31.43120.42147.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 60.82%
GREEN value IS 20 (8.20% from 255) = 20.62%
BLUE value IS 18 (7.42% from 255) = 18.56%
R=60.82%
G=20.62%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59201800.660.690.772.9353.2515.1
Hex3B1412042454D335f
Octal732422010210511536517
Binary11101110100100100100001010001011001101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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