#3C1108

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

Shades of Seal Brown #3C1108

Tints of Seal Brown #3C1108

Color information

#3C1108 (or 0x3C1108) is unknown color: approx Seal Brown. HEX triplet: 3C, 11 and 08. RGB value is (60,17,8). Sum of RGB (Red+Green+Blue) = 60+17+8=85 (11% of max value = 765). Red value is 60 (23.83% from 255 or 70.59% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1108 is #C3EEF7. Grayscale: #1C1C1C. Windows color (decimal): -12840696 or 528700. OLE color: 528700.

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

Color convert

RGB60178-
CMYK00.720.870.76
HSL10.38º76.47%13.33%-
HSV(B)10.38º86.67%23.53%-
XYZ2.111.380.38-
YUV28.83116.25150.23-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 70.59%
GREEN value IS 17 (7.03% from 255) = 20%
BLUE value IS 8 (3.52% from 255) = 9.41%
R=70.59%
G=20%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6017800.720.870.7610.3876.4713.33
Hex3C118048574Ca4cd
Octal74211001101271141211415
Binary1111001000110000100100010101111001100101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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