#282513

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

Shades of Maire #282513

Tints of Maire #282513

Color information

#282513 (or 0x282513) is unknown color: approx Maire. HEX triplet: 28, 25 and 13. RGB value is (40,37,19). Sum of RGB (Red+Green+Blue) = 40+37+19=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 40 - color contains mainly: red. Hex color #282513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282513 is #D7DAEC. Grayscale: #232323. Windows color (decimal): -14146285 or 1254696. OLE color: 1254696.

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

Color convert

RGB403719-
CMYK00.070.520.84
HSL51.43º35.59%11.57%-
HSV(B)51.43º52.5%15.69%-
XYZ1.651.820.88-
YUV35.84118.49130.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 41.67%
GREEN value IS 37 (14.84% from 255) = 38.54%
BLUE value IS 19 (7.81% from 255) = 19.79%
R=41.67%
G=38.54%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40371900.070.520.8451.4335.5911.57
Hex2825130734543324c
Octal5045230764124634414
Binary10100010010110011011111010010101001100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282513; }

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

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

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

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

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

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

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

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