#1C1312

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

Shades of Seal Brown #1C1312

Tints of Seal Brown #1C1312

Color information

#1C1312 (or 0x1C1312) is unknown color: approx Seal Brown. HEX triplet: 1C, 13 and 12. RGB value is (28,19,18). Sum of RGB (Red+Green+Blue) = 28+19+18=65 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.08% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1312 is #E3ECED. Grayscale: #151515. Windows color (decimal): -14937326 or 1184540. OLE color: 1184540.

HSL color Cylindrical-coordinate representation of color #1C1312: hue angle of 6º 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 #1C1312 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.89.

Color convert

RGB281918-
CMYK00.320.360.89
HSL21.74%9.02%-
HSV(B)35.71%10.98%-
XYZ0.820.760.67-
YUV21.58125.98132.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 43.08%
GREEN value IS 19 (7.81% from 255) = 29.23%
BLUE value IS 18 (7.42% from 255) = 27.69%
R=43.08%
G=29.23%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28191800.320.360.89621.749.02
Hex1C131202024596169
Octal3423220404413162611
Binary11100100111001001000001001001011001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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