#484517

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

Shades of Madras #484517

Tints of Madras #484517

Color information

#484517 (or 0x484517) is unknown color: approx Madras. HEX triplet: 48, 45 and 17. RGB value is (72,69,23). Sum of RGB (Red+Green+Blue) = 72+69+23=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #484517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484517 is #B7BAE8. Grayscale: #404040. Windows color (decimal): -12040937 or 1525064. OLE color: 1525064.

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

Color convert

RGB726923-
CMYK00.040.680.72
HSL56.33º51.58%18.63%-
HSV(B)56.33º68.06%28.24%-
XYZ4.965.71.65-
YUV64.65104.49133.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 69 (27.34% from 255) = 42.07%
BLUE value IS 23 (9.38% from 255) = 14.02%
R=43.90%
G=42.07%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72692300.040.680.7256.3351.5818.63
Hex484517044448383413
Octal1101052704104110706423
Binary100100010001011011101001000100100100011100011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484517; }

 p { color: rgb(72,69,23); }

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

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

 a { background-color: rgb(72,69,23); }

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

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

 span { border-color: rgb(72,69,23); }

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