#282712

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

Shades of Maire #282712

Tints of Maire #282712

Color information

#282712 (or 0x282712) is unknown color: approx Maire. HEX triplet: 28, 27 and 12. RGB value is (40,39,18). Sum of RGB (Red+Green+Blue) = 40+39+18=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 39 (15.62% from 255 or 40.21% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 40 - color contains mainly: red. Hex color #282712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282712 is #D7D8ED. Grayscale: #242424. Windows color (decimal): -14145774 or 1189672. OLE color: 1189672.

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

Color convert

RGB403918-
CMYK00.020.550.84
HSL57.27º37.93%11.37%-
HSV(B)57.27º55%15.69%-
XYZ1.711.950.86-
YUV36.9117.33130.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 41.24%
GREEN value IS 39 (15.62% from 255) = 40.21%
BLUE value IS 18 (7.42% from 255) = 18.56%
R=41.24%
G=40.21%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40391800.020.550.8457.2737.9311.37
Hex2827120237543926b
Octal5047220267124714613
Binary1010001001111001001011011110101001110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282712; }

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

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

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

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

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

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

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

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