#483F13

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

Shades of Madras #483F13

Tints of Madras #483F13

Color information

#483F13 (or 0x483F13) is unknown color: approx Madras. HEX triplet: 48, 3F and 13. RGB value is (72,63,19). Sum of RGB (Red+Green+Blue) = 72+63+19=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #483F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483F13 is #B7C0EC. Grayscale: #3C3C3C. Windows color (decimal): -12042477 or 1261384. OLE color: 1261384.

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

Color convert

RGB726319-
CMYK00.120.740.72
HSL49.81º58.24%17.84%-
HSV(B)49.81º73.61%28.24%-
XYZ4.574.981.34-
YUV60.67104.48136.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 63 (25% from 255) = 40.91%
BLUE value IS 19 (7.81% from 255) = 12.34%
R=46.75%
G=40.91%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72631900.120.740.7249.8158.2417.84
Hex483F130C4A48323a12
Octal1107723014112110627222
Binary100100011111110011011001001010100100011001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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