#1C1212

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

Shades of Seal Brown #1C1212

Tints of Seal Brown #1C1212

Color information

#1C1212 (or 0x1C1212) is unknown color: approx Seal Brown. HEX triplet: 1C, 12 and 12. RGB value is (28,18,18). Sum of RGB (Red+Green+Blue) = 28+18+18=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1212 is #E3EDED. Grayscale: #151515. Windows color (decimal): -14937582 or 1184284. OLE color: 1184284.

HSL color Cylindrical-coordinate representation of color #1C1212: hue angle of 0º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1C1212 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.89.

Color convert

RGB281818-
CMYK00.360.360.89
HSL21.74%9.02%-
HSV(B)35.71%10.98%-
XYZ0.80.720.67-
YUV20.99126.31133-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 43.75%
GREEN value IS 18 (7.42% from 255) = 28.12%
BLUE value IS 18 (7.42% from 255) = 28.12%
R=43.75%
G=28.12%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28181800.360.360.89021.749.02
Hex1C121202424590169
Octal3422220444413102611
Binary111001001010010010010010010010110010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C1212; }

 p { color: rgb(28,18,18); }

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

<style>
 a { background-color: #1C1212; }

 a { background-color: rgb(28,18,18); }

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

<style>
 span { border-color: #1C1212; }

 span { border-color: rgb(28,18,18); }

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