#282714

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

Shades of Maire #282714

Tints of Maire #282714

Color information

#282714 (or 0x282714) is unknown color: approx Maire. HEX triplet: 28, 27 and 14. RGB value is (40,39,20). Sum of RGB (Red+Green+Blue) = 40+39+20=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 40 - color contains mainly: red. Hex color #282714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282714 is #D7D8EB. Grayscale: #252525. Windows color (decimal): -14145772 or 1320744. OLE color: 1320744.

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

Color convert

RGB403920-
CMYK00.020.50.84
HSL57º33.33%11.76%-
HSV(B)57º50%15.69%-
XYZ1.731.950.95-
YUV37.13118.33130.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40.40%
GREEN value IS 39 (15.62% from 255) = 39.39%
BLUE value IS 20 (8.20% from 255) = 20.20%
R=40.40%
G=39.39%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40392000.020.50.845733.3311.76
Hex2827140232543921c
Octal5047240262124714114
Binary1010001001111010001011001010101001110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282714; }

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

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

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

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

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

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

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

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