Html Css Color HEX #25260A Maire

📋 copy color: '#25260A'

red 37 ◦ green 38 ◦ blue 10

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

Shades of Maire #25260A

Tints of Maire #25260A

RGB

 RED value IS 37 (14.84% from 255) = 43.53%

 GREEN value IS 38 (15.23% from 255) = 44.71%

 BLUE value IS 10 (4.3% from 255) = 11.76%

R = 43.53%
G = 44.71%
B = 11.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#25260A (or 0x25260A) is known color: Maire. HEX triplet: 25, 26 and 0A. RGB value is (37,38,10). Sum of RGB (Red+Green+Blue) = 37+38+10=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 38 - color contains mainly: green. Hex color #25260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25260A is #DAD9F5. Grayscale: #222222. Windows color (decimal): -14342646 or 665125. OLE color: 665125.

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

Color convert

RGB 37 38 10 -
CMYK 0.03 0 0.74 0.85
HSL 62.14º 0.58% 0.09% -
HSV(B) 62.14º 0.74% 0.15% -
XYZ 1.51 1.8 0.56 -
YUV 34.51 114.17 129.78 -
System Red Green Blue C M Y K H S L
Decimal 37 38 10 0.03 0 0.74 0.85 62.14 0.58 0.09
Hex 25 26 A 3 0 4A 55 3E 3A 9
Octal 45 46 12 3 0 112 125 76 72 11
Binary 100101 100110 1010 11 0 1001010 1010101 111110 111010 1001

Color Harmonies of #25260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25260A

Black with #25260A

Text Example


Text Example

White with #25260A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25260A; }

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

 H1.HeaderClassName
 {
   color: #25260A;
 }
 .AnyTagClassName
 {
   color: #25260A;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #25260A;
 }
 .BgClassName
 {
   background-color: #25260A;
 }
</style>

border-color css

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

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

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