#3C1818

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

Shades of Seal Brown #3C1818

Tints of Seal Brown #3C1818

Color information

#3C1818 (or 0x3C1818) is unknown color: approx Seal Brown. HEX triplet: 3C, 18 and 18. RGB value is (60,24,24). Sum of RGB (Red+Green+Blue) = 60+24+24=108 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.56% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1818 is #C3E7E7. Grayscale: #222222. Windows color (decimal): -12838888 or 1579068. OLE color: 1579068.

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

Color convert

RGB602424-
CMYK00.600.600.76
HSL42.86%16.47%-
HSV(B)60%23.53%-
XYZ2.351.681.06-
YUV34.76121.93146-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 55.56%
GREEN value IS 24 (9.77% from 255) = 22.22%
BLUE value IS 24 (9.77% from 255) = 22.22%
R=55.56%
G=22.22%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60242400.600.600.76042.8616.47
Hex3C181803C3C4C02b10
Octal7430300747411405320
Binary111100110001100001111001111001001100010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,24,24); }

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

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

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

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

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

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

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