#17160A

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

Shades of Maire #17160A

Tints of Maire #17160A

Color information

#17160A (or 0x17160A) is unknown color: approx Maire. HEX triplet: 17, 16 and 0A. RGB value is (23,22,10). Sum of RGB (Red+Green+Blue) = 23+22+10=55 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.82% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 23 - color contains mainly: red. Hex color #17160A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17160A is #E8E9F5. Grayscale: #141414. Windows color (decimal): -15264246 or 661015. OLE color: 661015.

HSL color Cylindrical-coordinate representation of color #17160A: hue angle of 55.38º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #17160A is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.91.

Color convert

RGB232210-
CMYK00.040.570.91
HSL55.38º39.39%6.47%-
HSV(B)55.38º56.52%9.02%-
XYZ0.70.780.4-
YUV20.93121.83129.48-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 41.82%
GREEN value IS 22 (8.98% from 255) = 40%
BLUE value IS 10 (4.30% from 255) = 18.18%
R=41.82%
G=40%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23221000.040.570.9155.3839.396.47
Hex1716A04395B37276
Octal272612047113367476
Binary1011110110101001001110011011011110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17160A; }

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

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

<style>
 a { background-color: #17160A; }

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

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

<style>
 span { border-color: #17160A; }

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

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