#1C1514

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

Shades of Seal Brown #1C1514

Tints of Seal Brown #1C1514

Color information

#1C1514 (or 0x1C1514) is unknown color: approx Seal Brown. HEX triplet: 1C, 15 and 14. RGB value is (28,21,20). Sum of RGB (Red+Green+Blue) = 28+21+20=69 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40.58% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1514 is #E3EAEB. Grayscale: #161616. Windows color (decimal): -14936812 or 1316124. OLE color: 1316124.

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

Color convert

RGB282120-
CMYK00.250.290.89
HSL7.5º16.67%9.41%-
HSV(B)7.5º28.57%10.98%-
XYZ0.870.830.78-
YUV22.98126.32131.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 40.58%
GREEN value IS 21 (8.59% from 255) = 30.43%
BLUE value IS 20 (8.20% from 255) = 28.99%
R=40.58%
G=30.43%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28212000.250.290.897.516.679.41
Hex1C15140191D598119
Octal34252403135131102111
Binary1110010101101000110011110110110011000100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,21,20); }

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

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

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

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

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

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

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