#3B1612

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

Shades of Seal Brown #3B1612

Tints of Seal Brown #3B1612

Color information

#3B1612 (or 0x3B1612) is unknown color: approx Seal Brown. HEX triplet: 3B, 16 and 12. RGB value is (59,22,18). Sum of RGB (Red+Green+Blue) = 59+22+18=99 (13% of max value = 765). Red value is 59 (23.44% from 255 or 59.60% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1612 is #C4E9ED. Grayscale: #202020. Windows color (decimal): -12904942 or 1185339. OLE color: 1185339.

HSL color Cylindrical-coordinate representation of color #3B1612: hue angle of 5.85º 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 #3B1612 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.77.

Color convert

RGB592218-
CMYK00.630.690.77
HSL5.85º53.25%15.1%-
HSV(B)5.85º69.49%23.14%-
XYZ2.21.550.75-
YUV32.61119.76146.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 59.60%
GREEN value IS 22 (8.98% from 255) = 22.22%
BLUE value IS 18 (7.42% from 255) = 18.18%
R=59.60%
G=22.22%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59221800.630.690.775.8553.2515.1
Hex3B161203F454D635f
Octal73262207710511566517
Binary11101110110100100111111100010110011011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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