#3C1102

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

Shades of Seal Brown #3C1102

Tints of Seal Brown #3C1102

Color information

#3C1102 (or 0x3C1102) is unknown color: approx Seal Brown. HEX triplet: 3C, 11 and 02. RGB value is (60,17,2). Sum of RGB (Red+Green+Blue) = 60+17+2=79 (10% of max value = 765). Red value is 60 (23.83% from 255 or 75.95% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1102 is #C3EEFD. Grayscale: #1C1C1C. Windows color (decimal): -12840702 or 135484. OLE color: 135484.

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

Color convert

RGB60172-
CMYK00.720.970.76
HSL15.52º93.55%12.16%-
HSV(B)15.52º96.67%23.53%-
XYZ2.071.370.21-
YUV28.15113.25150.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 75.95%
GREEN value IS 17 (7.03% from 255) = 21.52%
BLUE value IS 2 (1.17% from 255) = 2.53%
R=75.95%
G=21.52%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6017200.720.970.7615.5293.5512.16
Hex3C112048614C105ec
Octal7421201101411142013614
Binary111100100011001001000110000110011001000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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