#483D16

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

Shades of Madras #483D16

Tints of Madras #483D16

Color information

#483D16 (or 0x483D16) is unknown color: approx Madras. HEX triplet: 48, 3D and 16. RGB value is (72,61,22). Sum of RGB (Red+Green+Blue) = 72+61+22=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #483D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D16 is #B7C2E9. Grayscale: #3C3C3C. Windows color (decimal): -12042986 or 1457480. OLE color: 1457480.

HSL color Cylindrical-coordinate representation of color #483D16: hue angle of 46.8º 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 #483D16 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB726122-
CMYK00.150.690.72
HSL46.8º53.19%18.43%-
HSV(B)46.8º69.44%28.24%-
XYZ4.494.771.44-
YUV59.84106.64136.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 61 (24.22% from 255) = 39.35%
BLUE value IS 22 (8.98% from 255) = 14.19%
R=46.45%
G=39.35%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72612200.150.690.7246.853.1918.43
Hex483D160F45482f3512
Octal1107526017105110576522
Binary100100011110110110011111000101100100010111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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