Html Css Color HEX #252008 Maire

📋 copy color: '#252008'

red 37 ◦ green 32 ◦ blue 8

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

Shades of Maire #252008

Tints of Maire #252008

RGB

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

 GREEN value IS 32 (12.89% from 255) = 41.56%

 BLUE value IS 8 (3.52% from 255) = 10.39%

R = 48.05%
G = 41.56%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.85

RGB Variations

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

Color information

#252008 (or 0x252008) is known color: Maire. HEX triplet: 25, 20 and 08. RGB value is (37,32,8). Sum of RGB (Red+Green+Blue) = 37+32+8=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #252008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252008 is #DADFF7. Grayscale: #1E1E1E. Windows color (decimal): -14344184 or 532517. OLE color: 532517.

HSL color Cylindrical-coordinate representation of color #252008: hue angle of 49.66º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #252008 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 32 8 -
CMYK 0 0.14 0.78 0.85
HSL 49.66º 0.64% 0.09% -
HSV(B) 49.66º 0.78% 0.15% -
XYZ 1.32 1.44 0.44 -
YUV 30.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 37 32 8 0 0.14 0.78 0.85 49.66 0.64 0.09
Hex 25 20 8 0 E 4E 55 32 40 9
Octal 45 40 10 0 16 116 125 62 100 11
Binary 100101 100000 1000 0 1110 1001110 1010101 110010 1000000 1001

Color Harmonies of #252008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252008

Black with #252008

Text Example


Text Example

White with #252008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252008; }

 p { color: rgb(37,32,8); }

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

background-color css

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

 a { background-color: rgb(37,32,8); }

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

border-color css

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

 span { border-color: rgb(37,32,8); }

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