#201705

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

Shades of Maire #201705

Tints of Maire #201705

Color information

#201705 (or 0x201705) is unknown color: approx Maire. HEX triplet: 20, 17 and 05. RGB value is (32,23,5). Sum of RGB (Red+Green+Blue) = 32+23+5=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 23 (9.38% from 255 or 38.33% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #201705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201705 is #DFE8FA. Grayscale: #171717. Windows color (decimal): -14674171 or 333600. OLE color: 333600.

HSL color Cylindrical-coordinate representation of color #201705: hue angle of 40º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201705 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.87.

Color convert

RGB32235-
CMYK00.280.840.87
HSL40º72.97%7.25%-
HSV(B)40º84.38%12.55%-
XYZ0.930.930.27-
YUV23.64117.48133.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 53.33%
GREEN value IS 23 (9.38% from 255) = 38.33%
BLUE value IS 5 (2.34% from 255) = 8.33%
R=53.33%
G=38.33%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.84
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3223500.280.840.874072.977.25
Hex2017501C545728497
Octal40275034124127501117
Binary10000010111101011100101010010101111010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201705; }

 p { color: rgb(32,23,5); }

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

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

 a { background-color: rgb(32,23,5); }

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

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

 span { border-color: rgb(32,23,5); }

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