#484410

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

Shades of Madras #484410

Tints of Madras #484410

Color information

#484410 (or 0x484410) is unknown color: approx Madras. HEX triplet: 48, 44 and 10. RGB value is (72,68,16). Sum of RGB (Red+Green+Blue) = 72+68+16=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #484410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484410 is #B7BBEF. Grayscale: #3F3F3F. Windows color (decimal): -12041200 or 1066056. OLE color: 1066056.

HSL color Cylindrical-coordinate representation of color #484410: hue angle of 55.71º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #484410 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB726816-
CMYK00.060.780.72
HSL55.71º63.64%17.25%-
HSV(B)55.71º77.78%28.24%-
XYZ4.835.551.31-
YUV63.27101.33134.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 68 (26.95% from 255) = 43.59%
BLUE value IS 16 (6.64% from 255) = 10.26%
R=46.15%
G=43.59%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72681600.060.780.7255.7163.6417.25
Hex484410064E48384011
Octal11010420061161107010021
Binary1001000100010010000011010011101001000111000100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484410; }

 p { color: rgb(72,68,16); }

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

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

 a { background-color: rgb(72,68,16); }

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

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

 span { border-color: rgb(72,68,16); }

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