#252008

Color #252008 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #252008

Tints of Maire #252008

Color information

#252008 (or 0x252008) is unknown color: approx 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

RGB37328-
CMYK00.140.780.85
HSL49.66º64.44%8.82%-
HSV(B)49.66º78.38%14.51%-
XYZ1.321.440.44-
YUV30.76115.16132.45-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3732800.140.780.8549.6664.448.82
Hex252080E4E5532409
Octal4540100161161256210011
Binary1001011000001000011101001110101010111001010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>