Html Css Color HEX #252605 Maire

📋 copy color: '#252605'

red 37 ◦ green 38 ◦ blue 5

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

Shades of Maire #252605

Tints of Maire #252605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.25%

R = 46.25%
G = 47.5%
B = 6.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.85

RGB Variations

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

Color information

#252605 (or 0x252605) is known color: Maire. HEX triplet: 25, 26 and 05. RGB value is (37,38,5). Sum of RGB (Red+Green+Blue) = 37+38+5=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #252605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252605 is #DAD9FA. Grayscale: #222222. Windows color (decimal): -14342651 or 337445. OLE color: 337445.

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

Color convert

RGB 37 38 5 -
CMYK 0.03 0 0.87 0.85
HSL 61.82º 0.77% 0.08% -
HSV(B) 61.82º 0.87% 0.15% -
XYZ 1.48 1.79 0.41 -
YUV 33.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 37 38 5 0.03 0 0.87 0.85 61.82 0.77 0.08
Hex 25 26 5 3 0 57 55 3E 4D 8
Octal 45 46 5 3 0 127 125 76 115 10
Binary 100101 100110 101 11 0 1010111 1010101 111110 1001101 1000

Color Harmonies of #252605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252605

Black with #252605

Text Example


Text Example

White with #252605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252605; }

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

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

background-color css

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

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

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

border-color css

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

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

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