#483F14

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

Shades of Madras #483F14

Tints of Madras #483F14

Color information

#483F14 (or 0x483F14) is unknown color: approx Madras. HEX triplet: 48, 3F and 14. RGB value is (72,63,20). Sum of RGB (Red+Green+Blue) = 72+63+20=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #483F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F14 is #B7C0EB. Grayscale: #3C3C3C. Windows color (decimal): -12042476 or 1326920. OLE color: 1326920.

HSL color Cylindrical-coordinate representation of color #483F14: hue angle of 49.62º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #483F14 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB726320-
CMYK00.120.720.72
HSL49.62º56.52%18.04%-
HSV(B)49.62º72.22%28.24%-
XYZ4.584.981.38-
YUV60.79104.98136-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 63 (25% from 255) = 40.65%
BLUE value IS 20 (8.20% from 255) = 12.90%
R=46.45%
G=40.65%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72632000.120.720.7249.6256.5218.04
Hex483F140C4848323912
Octal1107724014110110627122
Binary100100011111110100011001001000100100011001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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