#3C1101

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

Shades of Seal Brown #3C1101

Tints of Seal Brown #3C1101

Color information

#3C1101 (or 0x3C1101) is unknown color: approx Seal Brown. HEX triplet: 3C, 11 and 01. RGB value is (60,17,1). Sum of RGB (Red+Green+Blue) = 60+17+1=78 (10% of max value = 765). Red value is 60 (23.83% from 255 or 76.92% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1101 is #C3EEFE. Grayscale: #1C1C1C. Windows color (decimal): -12840703 or 69948. OLE color: 69948.

HSL color Cylindrical-coordinate representation of color #3C1101: hue angle of 16.27º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C1101 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB60171-
CMYK00.720.980.76
HSL16.27º96.72%11.96%-
HSV(B)16.27º98.33%23.53%-
XYZ2.071.360.18-
YUV28.03112.75150.8-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 76.92%
GREEN value IS 17 (7.03% from 255) = 21.79%
BLUE value IS 1 (0.78% from 255) = 1.28%
R=76.92%
G=21.79%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6017100.720.980.7616.2796.7211.96
Hex3C111048624C1061c
Octal7421101101421142014114
Binary11110010001101001000110001010011001000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,17,1); }

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

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

 a { background-color: rgb(60,17,1); }

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

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

 span { border-color: rgb(60,17,1); }

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