#17140C

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

Shades of Maire #17140C

Tints of Maire #17140C

Color information

#17140C (or 0x17140C) is unknown color: approx Maire. HEX triplet: 17, 14 and 0C. RGB value is (23,20,12). Sum of RGB (Red+Green+Blue) = 23+20+12=55 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.82% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 23 - color contains mainly: red. Hex color #17140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17140C is #E8EBF3. Grayscale: #141414. Windows color (decimal): -15264756 or 791575. OLE color: 791575.

HSL color Cylindrical-coordinate representation of color #17140C: hue angle of 43.64º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #17140C is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.91.

Color convert

RGB232012-
CMYK00.130.480.91
HSL43.64º31.43%6.86%-
HSV(B)43.64º47.83%9.02%-
XYZ0.670.710.45-
YUV19.98123.49130.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 41.82%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 12 (5.08% from 255) = 21.82%
R=41.82%
G=36.36%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23201200.130.480.9143.6431.436.86
Hex1714C0D305B2c1f7
Octal2724140156013354377
Binary1011110100110001101110000101101110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17140C; }

 p { color: rgb(23,20,12); }

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

<style>
 a { background-color: #17140C; }

 a { background-color: rgb(23,20,12); }

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

<style>
 span { border-color: #17140C; }

 span { border-color: rgb(23,20,12); }

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