#28260A

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

Shades of Maire #28260A

Tints of Maire #28260A

Color information

#28260A (or 0x28260A) is unknown color: approx Maire. HEX triplet: 28, 26 and 0A. RGB value is (40,38,10). Sum of RGB (Red+Green+Blue) = 40+38+10=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 40 - color contains mainly: red. Hex color #28260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28260A is #D7D9F5. Grayscale: #232323. Windows color (decimal): -14146038 or 665128. OLE color: 665128.

HSL color Cylindrical-coordinate representation of color #28260A: hue angle of 56º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28260A is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB403810-
CMYK00.050.750.84
HSL56º60%9.8%-
HSV(B)56º75%15.69%-
XYZ1.621.860.56-
YUV35.41113.66131.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.45%
GREEN value IS 38 (15.23% from 255) = 43.18%
BLUE value IS 10 (4.30% from 255) = 11.36%
R=45.45%
G=43.18%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40381000.050.750.8456609.8
Hex2826A054B54383ca
Octal50461205113124707412
Binary10100010011010100101100101110101001110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28260A; }

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

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

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

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

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

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

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

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