#483A16

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

Shades of Madras #483A16

Tints of Madras #483A16

Color information

#483A16 (or 0x483A16) is unknown color: approx Madras. HEX triplet: 48, 3A and 16. RGB value is (72,58,22). Sum of RGB (Red+Green+Blue) = 72+58+22=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #483A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483A16 is #B7C5E9. Grayscale: #3A3A3A. Windows color (decimal): -12043754 or 1456712. OLE color: 1456712.

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

Color convert

RGB725822-
CMYK00.190.690.72
HSL43.2º53.19%18.43%-
HSV(B)43.2º69.44%28.24%-
XYZ4.334.461.39-
YUV58.08107.64137.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 58 (23.05% from 255) = 38.16%
BLUE value IS 22 (8.98% from 255) = 14.47%
R=47.37%
G=38.16%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72582200.190.690.7243.253.1918.43
Hex483A1601345482b3512
Octal1107226023105110536522
Binary1001000111010101100100111000101100100010101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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