#484110

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

Shades of Madras #484110

Tints of Madras #484110

Color information

#484110 (or 0x484110) is unknown color: approx Madras. HEX triplet: 48, 41 and 10. RGB value is (72,65,16). Sum of RGB (Red+Green+Blue) = 72+65+16=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #484110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484110 is #B7BEEF. Grayscale: #3D3D3D. Windows color (decimal): -12041968 or 1065288. OLE color: 1065288.

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

Color convert

RGB726516-
CMYK00.100.780.72
HSL52.5º63.64%17.25%-
HSV(B)52.5º77.78%28.24%-
XYZ4.665.21.25-
YUV61.51102.32135.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.06%
GREEN value IS 65 (25.78% from 255) = 42.48%
BLUE value IS 16 (6.64% from 255) = 10.46%
R=47.06%
G=42.48%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72651600.100.780.7252.563.6417.25
Hex4841100A4E48344011
Octal110101200121161106410021
Binary10010001000001100000101010011101001000110100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484110; }

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

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

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

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

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

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

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

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