#252005

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

Shades of Maire #252005

Tints of Maire #252005

Color information

#252005 (or 0x252005) is unknown color: approx Maire. HEX triplet: 25, 20 and 05. RGB value is (37,32,5). Sum of RGB (Red+Green+Blue) = 37+32+5=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #252005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252005 is #DADFFA. Grayscale: #1E1E1E. Windows color (decimal): -14344187 or 335909. OLE color: 335909.

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

Color convert

RGB37325-
CMYK00.140.860.85
HSL50.62º76.19%8.24%-
HSV(B)50.62º86.49%14.51%-
XYZ1.311.440.35-
YUV30.42113.66132.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 43.24%
BLUE value IS 5 (2.34% from 255) = 6.76%
R=50%
G=43.24%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3732500.140.860.8550.6276.198.24
Hex252050E5655334c8
Octal454050161261256311410
Binary100101100000101011101010110101010111001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252005; }

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

 H1.HeaderClassName
 {
   color: #252005;
 }
 .AnyTagClassName
 {
   color: #252005;
 }
</style>
background-color css

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

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

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

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

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

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