#262516

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

Shades of Maire #262516

Tints of Maire #262516

Color information

#262516 (or 0x262516) is unknown color: approx Maire. HEX triplet: 26, 25 and 16. RGB value is (38,37,22). Sum of RGB (Red+Green+Blue) = 38+37+22=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 38 - color contains mainly: red. Hex color #262516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262516 is #D9DAE9. Grayscale: #232323. Windows color (decimal): -14277354 or 1451302. OLE color: 1451302.

HSL color Cylindrical-coordinate representation of color #262516: hue angle of 56.25º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #262516 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.85.

Color convert

RGB383722-
CMYK00.030.420.85
HSL56.25º26.67%11.76%-
HSV(B)56.25º42.11%14.9%-
XYZ1.611.791.02-
YUV35.59120.33129.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 39.18%
GREEN value IS 37 (14.84% from 255) = 38.14%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=39.18%
G=38.14%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38372200.030.420.8556.2526.6711.76
Hex262516032A55381bc
Octal4645260352125703314
Binary100110100101101100111010101010101111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262516; }

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

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

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

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

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

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

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

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