#25230D

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

Shades of Maire #25230D

Tints of Maire #25230D

Color information

#25230D (or 0x25230D) is unknown color: approx Maire. HEX triplet: 25, 23 and 0D. RGB value is (37,35,13). Sum of RGB (Red+Green+Blue) = 37+35+13=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #25230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25230D is #DADCF2. Grayscale: #212121. Windows color (decimal): -14343411 or 860965. OLE color: 860965.

HSL color Cylindrical-coordinate representation of color #25230D: hue angle of 55º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25230D is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB373513-
CMYK00.050.650.85
HSL55º48%9.8%-
HSV(B)55º64.86%14.51%-
XYZ1.441.620.62-
YUV33.09116.66130.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.53%
GREEN value IS 35 (14.06% from 255) = 41.18%
BLUE value IS 13 (5.47% from 255) = 15.29%
R=43.53%
G=41.18%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37351300.050.650.8555489.8
Hex2523D0541553730a
Octal45431505101125676012
Binary10010110001111010101100000110101011101111100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25230D; }

 p { color: rgb(37,35,13); }

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

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

 a { background-color: rgb(37,35,13); }

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

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

 span { border-color: rgb(37,35,13); }

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