#484123

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

Shades of Madras #484123

Tints of Madras #484123

Color information

#484123 (or 0x484123) is unknown color: approx Madras. HEX triplet: 48, 41 and 23. RGB value is (72,65,35). Sum of RGB (Red+Green+Blue) = 72+65+35=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #484123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484123 is #B7BEDC. Grayscale: #3F3F3F. Windows color (decimal): -12041949 or 2310472. OLE color: 2310472.

HSL color Cylindrical-coordinate representation of color #484123: hue angle of 48.65º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #484123 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB726535-
CMYK00.100.510.72
HSL48.65º34.58%20.98%-
HSV(B)48.65º51.39%28.24%-
XYZ4.875.282.35-
YUV63.67111.82133.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 65 (25.78% from 255) = 37.79%
BLUE value IS 35 (14.06% from 255) = 20.35%
R=41.86%
G=37.79%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72653500.100.510.7248.6534.5820.98
Hex4841230A3348312315
Octal1101014301263110614325
Binary1001000100000110001101010110011100100011000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484123; }

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

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

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

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

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

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

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

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