#1C0E0A

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

Shades of Seal Brown #1C0E0A

Tints of Seal Brown #1C0E0A

Color information

#1C0E0A (or 0x1C0E0A) is unknown color: approx Seal Brown. HEX triplet: 1C, 0E and 0A. RGB value is (28,14,10). Sum of RGB (Red+Green+Blue) = 28+14+10=52 (6% of max value = 765). Red value is 28 (11.33% from 255 or 53.85% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0E0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0E0A is #E3F1F5. Grayscale: #111111. Windows color (decimal): -14938614 or 658972. OLE color: 658972.

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

Color convert

RGB281410-
CMYK00.500.640.89
HSL13.33º47.37%7.45%-
HSV(B)13.33º64.29%10.98%-
XYZ0.690.580.36-
YUV17.73123.64135.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 53.85%
GREEN value IS 14 (5.86% from 255) = 26.92%
BLUE value IS 10 (4.30% from 255) = 19.23%
R=53.85%
G=26.92%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28141000.500.640.8913.3347.377.45
Hex1CEA0324059d2f7
Octal34161206210013115577
Binary11100111010100110010100000010110011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,14,10); }

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

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

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

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

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

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

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