#3B1C1B

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

Shades of Seal Brown #3B1C1B

Tints of Seal Brown #3B1C1B

Color information

#3B1C1B (or 0x3B1C1B) is unknown color: approx Seal Brown. HEX triplet: 3B, 1C and 1B. RGB value is (59,28,27). Sum of RGB (Red+Green+Blue) = 59+28+27=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1C1B is #C4E3E4. Grayscale: #252525. Windows color (decimal): -12903397 or 1776699. OLE color: 1776699.

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

Color convert

RGB592827-
CMYK00.530.540.77
HSL1.88º37.21%16.86%-
HSV(B)1.88º54.24%23.14%-
XYZ2.421.841.26-
YUV37.16122.27143.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 51.75%
GREEN value IS 28 (11.33% from 255) = 24.56%
BLUE value IS 27 (10.94% from 255) = 23.68%
R=51.75%
G=24.56%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59282700.530.540.771.8837.2116.86
Hex3B1C1B035364D22511
Octal7334330656611524521
Binary1110111110011011011010111011010011011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,28,27); }

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

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

 a { background-color: rgb(59,28,27); }

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

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

 span { border-color: rgb(59,28,27); }

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