#3C110D

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

Shades of Seal Brown #3C110D

Tints of Seal Brown #3C110D

Color information

#3C110D (or 0x3C110D) is unknown color: approx Seal Brown. HEX triplet: 3C, 11 and 0D. RGB value is (60,17,13). Sum of RGB (Red+Green+Blue) = 60+17+13=90 (11% of max value = 765). Red value is 60 (23.83% from 255 or 66.67% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 60 - color contains mainly: red. Hex color #3C110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C110D is #C3EEF2. Grayscale: #1D1D1D. Windows color (decimal): -12840691 or 856380. OLE color: 856380.

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

Color convert

RGB601713-
CMYK00.720.780.76
HSL5.11º64.38%14.31%-
HSV(B)5.11º78.33%23.53%-
XYZ2.141.390.54-
YUV29.4118.75149.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 66.67%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 13 (5.47% from 255) = 14.44%
R=66.67%
G=18.89%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60171300.720.780.765.1164.3814.31
Hex3C11D0484E4C540e
Octal7421150110116114510016
Binary111100100011101010010001001110100110010110000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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