#1C170D

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

Shades of Maire #1C170D

Tints of Maire #1C170D

Color information

#1C170D (or 0x1C170D) is unknown color: approx Maire. HEX triplet: 1C, 17 and 0D. RGB value is (28,23,13). Sum of RGB (Red+Green+Blue) = 28+23+13=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 28 - color contains mainly: red. Hex color #1C170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C170D is #E3E8F2. Grayscale: #171717. Windows color (decimal): -14936307 or 857884. OLE color: 857884.

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

Color convert

RGB282313-
CMYK00.180.540.89
HSL40º36.59%8.04%-
HSV(B)40º53.57%10.98%-
XYZ0.860.890.51-
YUV23.35122.16131.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 43.75%
GREEN value IS 23 (9.38% from 255) = 35.94%
BLUE value IS 13 (5.47% from 255) = 20.31%
R=43.75%
G=35.94%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28231300.180.540.894036.598.04
Hex1C17D012365928258
Octal34271502266131504510
Binary1110010111110101001011011010110011010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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