#483E21

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

Shades of Madras #483E21

Tints of Madras #483E21

Color information

#483E21 (or 0x483E21) is unknown color: approx Madras. HEX triplet: 48, 3E and 21. RGB value is (72,62,33). Sum of RGB (Red+Green+Blue) = 72+62+33=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #483E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E21 is #B7C1DE. Grayscale: #3D3D3D. Windows color (decimal): -12042719 or 2178632. OLE color: 2178632.

HSL color Cylindrical-coordinate representation of color #483E21: hue angle of 44.62º 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 #483E21 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB726233-
CMYK00.140.540.72
HSL44.62º37.14%20.59%-
HSV(B)44.62º54.17%28.24%-
XYZ4.674.932.14-
YUV61.68111.81135.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.11%
GREEN value IS 62 (24.61% from 255) = 37.13%
BLUE value IS 33 (13.28% from 255) = 19.76%
R=43.11%
G=37.13%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72623300.140.540.7244.6237.1420.59
Hex483E210E36482d2515
Octal110764101666110554525
Binary100100011111010000101110110110100100010110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483E21; }

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

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

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

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

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

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

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

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