#483F25

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

Shades of Madras #483F25

Tints of Madras #483F25

Color information

#483F25 (or 0x483F25) is unknown color: approx Madras. HEX triplet: 48, 3F and 25. RGB value is (72,63,37). Sum of RGB (Red+Green+Blue) = 72+63+37=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #483F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F25 is #B7C0DA. Grayscale: #3E3E3E. Windows color (decimal): -12042459 or 2441032. OLE color: 2441032.

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

Color convert

RGB726337-
CMYK00.120.490.72
HSL44.57º32.11%21.37%-
HSV(B)44.57º48.61%28.24%-
XYZ4.785.072.48-
YUV62.73113.48134.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 63 (25% from 255) = 36.63%
BLUE value IS 37 (14.84% from 255) = 21.51%
R=41.86%
G=36.63%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72633700.120.490.7244.5732.1121.37
Hex483F250C31482d2015
Octal110774501461110554025
Binary100100011111110010101100110001100100010110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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