#262512

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

Shades of Maire #262512

Tints of Maire #262512

Color information

#262512 (or 0x262512) is unknown color: approx Maire. HEX triplet: 26, 25 and 12. RGB value is (38,37,18). Sum of RGB (Red+Green+Blue) = 38+37+18=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 38 - color contains mainly: red. Hex color #262512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262512 is #D9DAED. Grayscale: #232323. Windows color (decimal): -14277358 or 1189158. OLE color: 1189158.

HSL color Cylindrical-coordinate representation of color #262512: hue angle of 57º 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 #262512 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB383718-
CMYK00.030.530.85
HSL57º35.71%10.98%-
HSV(B)57º52.63%14.9%-
XYZ1.571.780.83-
YUV35.13118.33130.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.86%
GREEN value IS 37 (14.84% from 255) = 39.78%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=40.86%
G=39.78%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38371800.030.530.855735.7110.98
Hex2625120335553924b
Octal4645220365125714413
Binary1001101001011001001111010110101011110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262512; }

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

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

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

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

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

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

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

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