#484316

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

Shades of Madras #484316

Tints of Madras #484316

Color information

#484316 (or 0x484316) is unknown color: approx Madras. HEX triplet: 48, 43 and 16. RGB value is (72,67,22). Sum of RGB (Red+Green+Blue) = 72+67+22=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #484316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484316 is #B7BCE9. Grayscale: #3F3F3F. Windows color (decimal): -12041450 or 1459016. OLE color: 1459016.

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

Color convert

RGB726722-
CMYK00.070.690.72
HSL54º53.19%18.43%-
HSV(B)54º69.44%28.24%-
XYZ4.825.451.56-
YUV63.36104.66134.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 67 (26.56% from 255) = 41.61%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=44.72%
G=41.61%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72672200.070.690.725453.1918.43
Hex484316074548363512
Octal1101032607105110666522
Binary100100010000111011001111000101100100011011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484316; }

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

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

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

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

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

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

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

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