#484022

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

Shades of Madras #484022

Tints of Madras #484022

Color information

#484022 (or 0x484022) is unknown color: approx Madras. HEX triplet: 48, 40 and 22. RGB value is (72,64,34). Sum of RGB (Red+Green+Blue) = 72+64+34=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #484022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484022 is #B7BFDD. Grayscale: #3F3F3F. Windows color (decimal): -12042206 or 2244680. OLE color: 2244680.

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

Color convert

RGB726434-
CMYK00.110.530.72
HSL47.37º35.85%20.78%-
HSV(B)47.37º52.78%28.24%-
XYZ4.795.162.26-
YUV62.97111.65134.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.35%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 34 (13.67% from 255) = 20%
R=42.35%
G=37.65%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72643400.110.530.7247.3735.8520.78
Hex4840220B35482f2415
Octal1101004201365110574425
Binary1001000100000010001001011110101100100010111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484022; }

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

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

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

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

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

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

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

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