#282716

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

Shades of Maire #282716

Tints of Maire #282716

Color information

#282716 (or 0x282716) is unknown color: approx Maire. HEX triplet: 28, 27 and 16. RGB value is (40,39,22). Sum of RGB (Red+Green+Blue) = 40+39+22=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 39 (15.62% from 255 or 38.61% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 40 - color contains mainly: red. Hex color #282716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282716 is #D7D8E9. Grayscale: #252525. Windows color (decimal): -14145770 or 1451816. OLE color: 1451816.

HSL color Cylindrical-coordinate representation of color #282716: hue angle of 56.67º 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 #282716 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB403922-
CMYK00.020.450.84
HSL56.67º29.03%12.16%-
HSV(B)56.67º45%15.69%-
XYZ1.751.961.05-
YUV37.36119.33129.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 39.60%
GREEN value IS 39 (15.62% from 255) = 38.61%
BLUE value IS 22 (8.98% from 255) = 21.78%
R=39.60%
G=38.61%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40392200.020.450.8456.6729.0312.16
Hex282716022D54391dc
Octal5047260255124713514
Binary101000100111101100101011011010100111001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282716; }

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

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

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

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

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

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

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

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