#1C1704

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

Shades of Maire #1C1704

Tints of Maire #1C1704

Color information

#1C1704 (or 0x1C1704) is unknown color: approx Maire. HEX triplet: 1C, 17 and 04. RGB value is (28,23,4). Sum of RGB (Red+Green+Blue) = 28+23+4=55 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50.91% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1704 is #E3E8FB. Grayscale: #161616. Windows color (decimal): -14936316 or 268060. OLE color: 268060.

HSL color Cylindrical-coordinate representation of color #1C1704: hue angle of 47.5º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C1704 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.89.

Color convert

RGB28234-
CMYK00.180.860.89
HSL47.5º75%6.27%-
HSV(B)47.5º85.71%10.98%-
XYZ0.810.870.24-
YUV22.33117.66132.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 50.91%
GREEN value IS 23 (9.38% from 255) = 41.82%
BLUE value IS 4 (1.95% from 255) = 7.27%
R=50.91%
G=41.82%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2823400.180.860.8947.5756.27
Hex1C1740125659304b6
Octal34274022126131601136
Binary1110010111100010010101011010110011100001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,23,4); }

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

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

 a { background-color: rgb(28,23,4); }

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

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

 span { border-color: rgb(28,23,4); }

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