#282516

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

Shades of Maire #282516

Tints of Maire #282516

Color information

#282516 (or 0x282516) is unknown color: approx Maire. HEX triplet: 28, 25 and 16. RGB value is (40,37,22). Sum of RGB (Red+Green+Blue) = 40+37+22=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 40 - color contains mainly: red. Hex color #282516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282516 is #D7DAE9. Grayscale: #242424. Windows color (decimal): -14146282 or 1451304. OLE color: 1451304.

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

Color convert

RGB403722-
CMYK00.070.450.84
HSL50º29.03%12.16%-
HSV(B)50º45%15.69%-
XYZ1.681.831.02-
YUV36.19119.99130.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40.40%
GREEN value IS 37 (14.84% from 255) = 37.37%
BLUE value IS 22 (8.98% from 255) = 22.22%
R=40.40%
G=37.37%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40372200.070.450.845029.0312.16
Hex282516072D54321dc
Octal5045260755124623514
Binary1010001001011011001111011011010100110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282516; }

 p { color: rgb(40,37,22); }

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

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

 a { background-color: rgb(40,37,22); }

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

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

 span { border-color: rgb(40,37,22); }

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