#1C170A

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

Shades of Maire #1C170A

Tints of Maire #1C170A

Color information

#1C170A (or 0x1C170A) is unknown color: approx Maire. HEX triplet: 1C, 17 and 0A. RGB value is (28,23,10). Sum of RGB (Red+Green+Blue) = 28+23+10=61 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.90% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 10 (4.30% from 255 or 16.39% from 61); Max value from RGB is 28 - color contains mainly: red. Hex color #1C170A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C170A is #E3E8F5. Grayscale: #171717. Windows color (decimal): -14936310 or 661276. OLE color: 661276.

HSL color Cylindrical-coordinate representation of color #1C170A: hue angle of 43.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 #1C170A is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.89.

Color convert

RGB282310-
CMYK00.180.640.89
HSL43.33º47.37%7.45%-
HSV(B)43.33º64.29%10.98%-
XYZ0.840.880.41-
YUV23.01120.66131.56-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 45.90%
GREEN value IS 23 (9.38% from 255) = 37.70%
BLUE value IS 10 (4.30% from 255) = 16.39%
R=45.90%
G=37.70%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28231000.180.640.8943.3347.377.45
Hex1C17A01240592b2f7
Octal34271202210013153577
Binary1110010111101001001010000001011001101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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