Html Css Color HEX #262513 Maire

📋 copy color: '#262513'

red 38 ◦ green 37 ◦ blue 19

#262513
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #262513

Tints of Maire #262513

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 value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.85

RGB Variations

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

Color information

#262513 (or 0x262513) is known color: 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

RGB 38 37 19 -
CMYK 0 0.03 0.50 0.85
HSL 56.84º 0.33% 0.11% -
HSV(B) 56.84º 0.5% 0.15% -
XYZ 1.58 1.78 0.88 -
YUV 35.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 38 37 19 0 0.03 0.50 0.85 56.84 0.33 0.11
Hex 26 25 13 0 3 32 55 39 21 B
Octal 46 45 23 0 3 62 125 71 41 13
Binary 100110 100101 10011 0 11 110010 1010101 111001 100001 1011

Color Harmonies of #262513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262513

Black with #262513

Text Example


Text Example

White with #262513

Text Example


Text Example

HTML Codes & Css Web 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>