#484321

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

Shades of Madras #484321

Tints of Madras #484321

Color information

#484321 (or 0x484321) is unknown color: approx Madras. HEX triplet: 48, 43 and 21. RGB value is (72,67,33). Sum of RGB (Red+Green+Blue) = 72+67+33=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #484321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484321 is #B7BCDE. Grayscale: #404040. Windows color (decimal): -12041439 or 2179912. OLE color: 2179912.

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

Color convert

RGB726733-
CMYK00.070.540.72
HSL52.31º37.14%20.59%-
HSV(B)52.31º54.17%28.24%-
XYZ4.955.52.24-
YUV64.62110.16133.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 67 (26.56% from 255) = 38.95%
BLUE value IS 33 (13.28% from 255) = 19.19%
R=41.86%
G=38.95%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72673300.070.540.7252.3137.1420.59
Hex484321073648342515
Octal110103410766110644525
Binary100100010000111000010111110110100100011010010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484321; }

 p { color: rgb(72,67,33); }

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

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

 a { background-color: rgb(72,67,33); }

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

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

 span { border-color: rgb(72,67,33); }

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