#262520

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

Shades of Maire #262520

Tints of Maire #262520

Color information

#262520 (or 0x262520) is unknown color: approx Maire. HEX triplet: 26, 25 and 20. RGB value is (38,37,32). Sum of RGB (Red+Green+Blue) = 38+37+32=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 38 - color contains mainly: red. Hex color #262520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262520 is #D9DADF. Grayscale: #242424. Windows color (decimal): -14277344 or 2106662. OLE color: 2106662.

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

Color convert

RGB383732-
CMYK00.030.160.85
HSL50º8.57%13.73%-
HSV(B)50º15.79%14.9%-
XYZ1.721.841.63-
YUV36.73125.33128.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 37 (14.84% from 255) = 34.58%
BLUE value IS 32 (12.89% from 255) = 29.91%
R=35.51%
G=34.58%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38373200.030.160.85508.5713.73
Hex262520031055329e
Octal4645400320125621116
Binary10011010010110000001110000101010111001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262520; }

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

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

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

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

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

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

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

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