#262518

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

Shades of Maire #262518

Tints of Maire #262518

Color information

#262518 (or 0x262518) is unknown color: approx Maire. HEX triplet: 26, 25 and 18. RGB value is (38,37,24). Sum of RGB (Red+Green+Blue) = 38+37+24=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 38 - color contains mainly: red. Hex color #262518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262518 is #D9DAE7. Grayscale: #232323. Windows color (decimal): -14277352 or 1582374. OLE color: 1582374.

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

Color convert

RGB383724-
CMYK00.030.370.85
HSL55.71º22.58%12.16%-
HSV(B)55.71º36.84%14.9%-
XYZ1.631.81.13-
YUV35.82121.33129.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.38%
GREEN value IS 37 (14.84% from 255) = 37.37%
BLUE value IS 24 (9.77% from 255) = 24.24%
R=38.38%
G=37.37%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38372400.030.370.8555.7122.5812.16
Hex2625180325553817c
Octal4645300345125702714
Binary100110100101110000111001011010101111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262518; }

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

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

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

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

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

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

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

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