#262513

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

Shades of Maire #262513

Tints of Maire #262513

Color information

#262513 (or 0x262513) is unknown color: approx Maire. HEX triplet: 26, 25 and 13. RGB value is (38,37,19). Sum of RGB (Red+Green+Blue) = 38+37+19=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 38 - color contains mainly: red. Hex color #262513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262513 is #D9DAEC. Grayscale: #232323. Windows color (decimal): -14277357 or 1254694. OLE color: 1254694.

HSL color Cylindrical-coordinate representation of color #262513: hue angle of 56.84º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #262513 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB383719-
CMYK00.030.500.85
HSL56.84º33.33%11.18%-
HSV(B)56.84º50%14.9%-
XYZ1.581.780.88-
YUV35.25118.83129.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.43%
GREEN value IS 37 (14.84% from 255) = 39.36%
BLUE value IS 19 (7.81% from 255) = 20.21%
R=40.43%
G=39.36%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38371900.030.500.8556.8433.3311.18
Hex2625130332553921b
Octal4645230362125714113
Binary1001101001011001101111001010101011110011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262513; }

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

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

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

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

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

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

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

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