#282317

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

Shades of Maire #282317

Tints of Maire #282317

Color information

#282317 (or 0x282317) is unknown color: approx Maire. HEX triplet: 28, 23 and 17. RGB value is (40,35,23). Sum of RGB (Red+Green+Blue) = 40+35+23=98 (12% of max value = 765). Red value is 40 (16.02% from 255 or 40.82% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 40 - color contains mainly: red. Hex color #282317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282317 is #D7DCE8. Grayscale: #232323. Windows color (decimal): -14146793 or 1516328. OLE color: 1516328.

HSL color Cylindrical-coordinate representation of color #282317: hue angle of 42.35º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #282317 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.84.

Color convert

RGB403523-
CMYK00.120.430.84
HSL42.35º26.98%12.35%-
HSV(B)42.35º42.5%15.69%-
XYZ1.631.721.06-
YUV35.13121.16131.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40.82%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 23 (9.38% from 255) = 23.47%
R=40.82%
G=35.71%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40352300.120.430.8442.3526.9812.35
Hex2823170C2B542a1bc
Octal50432701453124523314
Binary10100010001110111011001010111010100101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282317; }

 p { color: rgb(40,35,23); }

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

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

 a { background-color: rgb(40,35,23); }

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

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

 span { border-color: rgb(40,35,23); }

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