#483A19

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

Shades of Madras #483A19

Tints of Madras #483A19

Color information

#483A19 (or 0x483A19) is unknown color: approx Madras. HEX triplet: 48, 3A and 19. RGB value is (72,58,25). Sum of RGB (Red+Green+Blue) = 72+58+25=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #483A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483A19 is #B7C5E6. Grayscale: #3A3A3A. Windows color (decimal): -12043751 or 1653320. OLE color: 1653320.

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

Color convert

RGB725825-
CMYK00.190.650.72
HSL42.13º48.45%19.02%-
HSV(B)42.13º65.28%28.24%-
XYZ4.364.471.55-
YUV58.42109.14137.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 25 (10.16% from 255) = 16.13%
R=46.45%
G=37.42%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72582500.190.650.7242.1348.4519.02
Hex483A1901341482a3013
Octal1107231023101110526023
Binary1001000111010110010100111000001100100010101011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,58,25); }

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

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

 a { background-color: rgb(72,58,25); }

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

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

 span { border-color: rgb(72,58,25); }

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