#483E25

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

Shades of Madras #483E25

Tints of Madras #483E25

Color information

#483E25 (or 0x483E25) is unknown color: approx Madras. HEX triplet: 48, 3E and 25. RGB value is (72,62,37). Sum of RGB (Red+Green+Blue) = 72+62+37=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #483E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E25 is #B7C1DA. Grayscale: #3E3E3E. Windows color (decimal): -12042715 or 2440776. OLE color: 2440776.

HSL color Cylindrical-coordinate representation of color #483E25: hue angle of 42.86º 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 #483E25 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB726237-
CMYK00.140.490.72
HSL42.86º32.11%21.37%-
HSV(B)42.86º48.61%28.24%-
XYZ4.734.962.46-
YUV62.14113.81135.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.11%
GREEN value IS 62 (24.61% from 255) = 36.26%
BLUE value IS 37 (14.84% from 255) = 21.64%
R=42.11%
G=36.26%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72623700.140.490.7242.8632.1121.37
Hex483E250E31482b2015
Octal110764501661110534025
Binary100100011111010010101110110001100100010101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483E25; }

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

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

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

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

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

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

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

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