#262012

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

Shades of Maire #262012

Tints of Maire #262012

Color information

#262012 (or 0x262012) is unknown color: approx Maire. HEX triplet: 26, 20 and 12. RGB value is (38,32,18). Sum of RGB (Red+Green+Blue) = 38+32+18=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 38 - color contains mainly: red. Hex color #262012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262012 is #D9DFED. Grayscale: #202020. Windows color (decimal): -14278638 or 1187878. OLE color: 1187878.

HSL color Cylindrical-coordinate representation of color #262012: hue angle of 42º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #262012 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB383218-
CMYK00.160.530.85
HSL42º35.71%10.98%-
HSV(B)42º52.63%14.9%-
XYZ1.431.490.78-
YUV32.2119.99132.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 43.18%
GREEN value IS 32 (12.89% from 255) = 36.36%
BLUE value IS 18 (7.42% from 255) = 20.45%
R=43.18%
G=36.36%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38321800.160.530.854235.7110.98
Hex26201201035552a24b
Octal46402202065125524413
Binary1001101000001001001000011010110101011010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262012; }

 p { color: rgb(38,32,18); }

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

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

 a { background-color: rgb(38,32,18); }

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

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

 span { border-color: rgb(38,32,18); }

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