#282616

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

Shades of Maire #282616

Tints of Maire #282616

Color information

#282616 (or 0x282616) is unknown color: approx Maire. HEX triplet: 28, 26 and 16. RGB value is (40,38,22). Sum of RGB (Red+Green+Blue) = 40+38+22=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 40 - color contains mainly: red. Hex color #282616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282616 is #D7D9E9. Grayscale: #242424. Windows color (decimal): -14146026 or 1451560. OLE color: 1451560.

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

Color convert

RGB403822-
CMYK00.050.450.84
HSL53.33º29.03%12.16%-
HSV(B)53.33º45%15.69%-
XYZ1.711.91.03-
YUV36.77119.66130.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40%
GREEN value IS 38 (15.23% from 255) = 38%
BLUE value IS 22 (8.98% from 255) = 22%
R=40%
G=38%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40382200.050.450.8453.3329.0312.16
Hex282616052D54351dc
Octal5046260555124653514
Binary1010001001101011001011011011010100110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282616; }

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

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

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

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

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

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

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

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