#252405

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

Shades of Maire #252405

Tints of Maire #252405

Color information

#252405 (or 0x252405) is unknown color: approx Maire. HEX triplet: 25, 24 and 05. RGB value is (37,36,5). Sum of RGB (Red+Green+Blue) = 37+36+5=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #252405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252405 is #DADBFA. Grayscale: #202020. Windows color (decimal): -14343163 or 336933. OLE color: 336933.

HSL color Cylindrical-coordinate representation of color #252405: hue angle of 58.12º 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 #252405 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.85.

Color convert

RGB37365-
CMYK00.030.860.85
HSL58.12º76.19%8.24%-
HSV(B)58.12º86.49%14.51%-
XYZ1.421.670.39-
YUV32.76112.33131.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 47.44%
GREEN value IS 36 (14.45% from 255) = 46.15%
BLUE value IS 5 (2.34% from 255) = 6.41%
R=47.44%
G=46.15%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3736500.030.860.8558.1276.198.24
Hex252450356553a4c8
Octal45445031261257211410
Binary1001011001001010111010110101010111101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252405; }

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

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

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

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

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

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

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

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