#483B20

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

Shades of Madras #483B20

Tints of Madras #483B20

Color information

#483B20 (or 0x483B20) is unknown color: approx Madras. HEX triplet: 48, 3B and 20. RGB value is (72,59,32). Sum of RGB (Red+Green+Blue) = 72+59+32=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #483B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B20 is #B7C4DF. Grayscale: #3B3B3B. Windows color (decimal): -12043488 or 2112328. OLE color: 2112328.

HSL color Cylindrical-coordinate representation of color #483B20: hue angle of 40.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #483B20 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB725932-
CMYK00.180.560.72
HSL40.5º38.46%20.39%-
HSV(B)40.5º55.56%28.24%-
XYZ4.54.612.02-
YUV59.81112.31136.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 59 (23.44% from 255) = 36.20%
BLUE value IS 32 (12.89% from 255) = 19.63%
R=44.17%
G=36.20%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72593200.180.560.7240.538.4620.39
Hex483B200123848282614
Octal110734002270110504624
Binary1001000111011100000010010111000100100010100010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,59,32); }

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

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

 a { background-color: rgb(72,59,32); }

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

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

 span { border-color: rgb(72,59,32); }

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