#483913

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

Shades of Madras #483913

Tints of Madras #483913

Color information

#483913 (or 0x483913) is unknown color: approx Madras. HEX triplet: 48, 39 and 13. RGB value is (72,57,19). Sum of RGB (Red+Green+Blue) = 72+57+19=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #483913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483913 is #B7C6EC. Grayscale: #393939. Windows color (decimal): -12044013 or 1259848. OLE color: 1259848.

HSL color Cylindrical-coordinate representation of color #483913: hue angle of 43.02º 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 #483913 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB725719-
CMYK00.210.740.72
HSL43.02º58.24%17.84%-
HSV(B)43.02º73.61%28.24%-
XYZ4.254.351.23-
YUV57.15106.47138.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 19 (7.81% from 255) = 12.84%
R=48.65%
G=38.51%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72571900.210.740.7243.0258.2417.84
Hex4839130154A482b3a12
Octal1107123025112110537222
Binary1001000111001100110101011001010100100010101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483913; }

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

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

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

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

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

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

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

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