Html Css Color HEX #25240C Maire

📋 copy color: '#25240C'

red 37 ◦ green 36 ◦ blue 12

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

Shades of Maire #25240C

Tints of Maire #25240C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.12%

R = 43.53%
G = 42.35%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#25240C (or 0x25240C) is known color: Maire. HEX triplet: 25, 24 and 0C. RGB value is (37,36,12). Sum of RGB (Red+Green+Blue) = 37+36+12=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #25240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25240C is #DADBF3. Grayscale: #212121. Windows color (decimal): -14343156 or 795685. OLE color: 795685.

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

Color convert

RGB 37 36 12 -
CMYK 0 0.03 0.68 0.85
HSL 57.6º 0.51% 0.1% -
HSV(B) 57.6º 0.68% 0.15% -
XYZ 1.46 1.68 0.6 -
YUV 33.56 115.83 130.45 -
System Red Green Blue C M Y K H S L
Decimal 37 36 12 0 0.03 0.68 0.85 57.6 0.51 0.1
Hex 25 24 C 0 3 44 55 3A 33 A
Octal 45 44 14 0 3 104 125 72 63 12
Binary 100101 100100 1100 0 11 1000100 1010101 111010 110011 1010

Color Harmonies of #25240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25240C

Black with #25240C

Text Example


Text Example

White with #25240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25240C; }

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

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

background-color css

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

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

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

border-color css

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

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

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