#484023

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

Shades of Madras #484023

Tints of Madras #484023

Color information

#484023 (or 0x484023) is unknown color: approx Madras. HEX triplet: 48, 40 and 23. RGB value is (72,64,35). Sum of RGB (Red+Green+Blue) = 72+64+35=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #484023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484023 is #B7BFDC. Grayscale: #3F3F3F. Windows color (decimal): -12042205 or 2310216. OLE color: 2310216.

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

Color convert

RGB726435-
CMYK00.110.510.72
HSL47.03º34.58%20.98%-
HSV(B)47.03º51.39%28.24%-
XYZ4.815.172.33-
YUV63.09112.15134.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.11%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 35 (14.06% from 255) = 20.47%
R=42.11%
G=37.43%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72643500.110.510.7247.0334.5820.98
Hex4840230B33482f2315
Octal1101004301363110574325
Binary1001000100000010001101011110011100100010111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484023; }

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

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

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

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

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

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

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

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