Html Css Color HEX #252412 Maire

📋 copy color: '#252412'

red 37 ◦ green 36 ◦ blue 18

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

Shades of Maire #252412

Tints of Maire #252412

RGB

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

 GREEN value IS 36 (14.45% from 255) = 39.56%

 BLUE value IS 18 (7.42% from 255) = 19.78%

R = 40.66%
G = 39.56%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#252412 (or 0x252412) is known color: Maire. HEX triplet: 25, 24 and 12. RGB value is (37,36,18). Sum of RGB (Red+Green+Blue) = 37+36+18=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 37 - color contains mainly: red. Hex color #252412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252412 is #DADBED. Grayscale: #222222. Windows color (decimal): -14343150 or 1188901. OLE color: 1188901.

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

Color convert

RGB 37 36 18 -
CMYK 0 0.03 0.51 0.85
HSL 56.84º 0.35% 0.11% -
HSV(B) 56.84º 0.51% 0.15% -
XYZ 1.5 1.7 0.82 -
YUV 34.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 37 36 18 0 0.03 0.51 0.85 56.84 0.35 0.11
Hex 25 24 12 0 3 33 55 39 23 B
Octal 45 44 22 0 3 63 125 71 43 13
Binary 100101 100100 10010 0 11 110011 1010101 111001 100011 1011

Color Harmonies of #252412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252412

Black with #252412

Text Example


Text Example

White with #252412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252412; }

 p { color: rgb(37,36,18); }

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

background-color css

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

 a { background-color: rgb(37,36,18); }

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

border-color css

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

 span { border-color: rgb(37,36,18); }

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