#484025

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

Shades of Madras #484025

Tints of Madras #484025

Color information

#484025 (or 0x484025) is unknown color: approx Madras. HEX triplet: 48, 40 and 25. RGB value is (72,64,37). Sum of RGB (Red+Green+Blue) = 72+64+37=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #484025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484025 is #B7BFDA. Grayscale: #3F3F3F. Windows color (decimal): -12042203 or 2441288. OLE color: 2441288.

HSL color Cylindrical-coordinate representation of color #484025: hue angle of 46.29º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #484025 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB726437-
CMYK00.110.490.72
HSL46.29º32.11%21.37%-
HSV(B)46.29º48.61%28.24%-
XYZ4.845.182.49-
YUV63.31113.15134.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 37 (14.84% from 255) = 21.39%
R=41.62%
G=36.99%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72643700.110.490.7246.2932.1121.37
Hex4840250B31482e2015
Octal1101004501361110564025
Binary1001000100000010010101011110001100100010111010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484025; }

 p { color: rgb(72,64,37); }

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

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

 a { background-color: rgb(72,64,37); }

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

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

 span { border-color: rgb(72,64,37); }

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