#17140A

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

Shades of Maire #17140A

Tints of Maire #17140A

Color information

#17140A (or 0x17140A) is unknown color: approx Maire. HEX triplet: 17, 14 and 0A. RGB value is (23,20,10). Sum of RGB (Red+Green+Blue) = 23+20+10=53 (7% of max value = 765). Red value is 23 (9.38% from 255 or 43.40% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 23 - color contains mainly: red. Hex color #17140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17140A is #E8EBF5. Grayscale: #131313. Windows color (decimal): -15264758 or 660503. OLE color: 660503.

HSL color Cylindrical-coordinate representation of color #17140A: hue angle of 46.15º 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 #17140A is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.91.

Color convert

RGB232010-
CMYK00.130.570.91
HSL46.15º39.39%6.47%-
HSV(B)46.15º56.52%9.02%-
XYZ0.660.70.39-
YUV19.76122.49130.31-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 43.40%
GREEN value IS 20 (8.20% from 255) = 37.74%
BLUE value IS 10 (4.30% from 255) = 18.87%
R=43.40%
G=37.74%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23201000.130.570.9146.1539.396.47
Hex1714A0D395B2e276
Octal2724120157113356476
Binary10111101001010011011110011011011101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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