#1C100C

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

Shades of Seal Brown #1C100C

Tints of Seal Brown #1C100C

Color information

#1C100C (or 0x1C100C) is unknown color: approx Seal Brown. HEX triplet: 1C, 10 and 0C. RGB value is (28,16,12). Sum of RGB (Red+Green+Blue) = 28+16+12=56 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 28 - color contains mainly: red. Hex color #1C100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C100C is #E3EFF3. Grayscale: #131313. Windows color (decimal): -14938100 or 790556. OLE color: 790556.

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

Color convert

RGB281612-
CMYK00.430.570.89
HSL15º40%7.84%-
HSV(B)15º57.14%10.98%-
XYZ0.730.640.43-
YUV19.13123.98134.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 28.57%
BLUE value IS 12 (5.08% from 255) = 21.43%
R=50%
G=28.57%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28161200.430.570.8915407.84
Hex1C10C02B3959f288
Octal34201405371131175010
Binary111001000011000101011111001101100111111010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,16,12); }

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

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

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

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

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

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

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