#483C16

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

Shades of Madras #483C16

Tints of Madras #483C16

Color information

#483C16 (or 0x483C16) is unknown color: approx Madras. HEX triplet: 48, 3C and 16. RGB value is (72,60,22). Sum of RGB (Red+Green+Blue) = 72+60+22=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #483C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C16 is #B7C3E9. Grayscale: #3B3B3B. Windows color (decimal): -12043242 or 1457224. OLE color: 1457224.

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

Color convert

RGB726022-
CMYK00.170.690.72
HSL45.6º53.19%18.43%-
HSV(B)45.6º69.44%28.24%-
XYZ4.434.671.43-
YUV59.26106.98137.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 60 (23.83% from 255) = 38.96%
BLUE value IS 22 (8.98% from 255) = 14.29%
R=46.75%
G=38.96%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72602200.170.690.7245.653.1918.43
Hex483C1601145482e3512
Octal1107426021105110566522
Binary1001000111100101100100011000101100100010111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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