#3C1716

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

Shades of Seal Brown #3C1716

Tints of Seal Brown #3C1716

Color information

#3C1716 (or 0x3C1716) is unknown color: approx Seal Brown. HEX triplet: 3C, 17 and 16. RGB value is (60,23,22). Sum of RGB (Red+Green+Blue) = 60+23+22=105 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.14% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1716 is #C3E8E9. Grayscale: #212121. Windows color (decimal): -12839146 or 1447740. OLE color: 1447740.

HSL color Cylindrical-coordinate representation of color #3C1716: hue angle of 1.58º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C1716 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.76.

Color convert

RGB602322-
CMYK00.620.630.76
HSL1.58º46.34%16.08%-
HSV(B)1.58º63.33%23.53%-
XYZ2.311.630.95-
YUV33.95121.26146.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 57.14%
GREEN value IS 23 (9.38% from 255) = 21.90%
BLUE value IS 22 (8.98% from 255) = 20.95%
R=57.14%
G=21.90%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60232200.620.630.761.5846.3416.08
Hex3C171603E3F4C22e10
Octal7427260767711425620
Binary1111001011110110011111011111110011001010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,23,22); }

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

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

 a { background-color: rgb(60,23,22); }

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

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

 span { border-color: rgb(60,23,22); }

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