#1C0E06

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

Shades of Seal Brown #1C0E06

Tints of Seal Brown #1C0E06

Color information

#1C0E06 (or 0x1C0E06) is unknown color: approx Seal Brown. HEX triplet: 1C, 0E and 06. RGB value is (28,14,6). Sum of RGB (Red+Green+Blue) = 28+14+6=48 (6% of max value = 765). Red value is 28 (11.33% from 255 or 58.33% from 48); Green value is 14 (5.86% from 255 or 29.17% from 48); Blue value is 6 (2.73% from 255 or 12.5% from 48); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0E06 is #E3F1F9. Grayscale: #111111. Windows color (decimal): -14938618 or 396828. OLE color: 396828.

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

Color convert

RGB28146-
CMYK00.500.790.89
HSL21.82º64.71%6.67%-
HSV(B)21.82º78.57%10.98%-
XYZ0.670.570.25-
YUV17.27121.64135.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 58.33%
GREEN value IS 14 (5.86% from 255) = 29.17%
BLUE value IS 6 (2.73% from 255) = 12.5%
R=58.33%
G=29.17%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2814600.500.790.8921.8264.716.67
Hex1CE60324F5916417
Octal34166062117131261017
Binary111001110110011001010011111011001101101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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