#483C27

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

Shades of Madras #483C27

Tints of Madras #483C27

Color information

#483C27 (or 0x483C27) is unknown color: approx Madras. HEX triplet: 48, 3C and 27. RGB value is (72,60,39). Sum of RGB (Red+Green+Blue) = 72+60+39=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #483C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C27 is #B7C3D8. Grayscale: #3D3D3D. Windows color (decimal): -12043225 or 2571336. OLE color: 2571336.

HSL color Cylindrical-coordinate representation of color #483C27: hue angle of 38.18º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #483C27 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB726039-
CMYK00.170.460.72
HSL38.18º29.73%21.76%-
HSV(B)38.18º45.83%28.24%-
XYZ4.654.762.59-
YUV61.19115.48135.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.11%
GREEN value IS 60 (23.83% from 255) = 35.09%
BLUE value IS 39 (15.62% from 255) = 22.81%
R=42.11%
G=35.09%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72603900.170.460.7238.1829.7321.76
Hex483C270112E48261e16
Octal110744702156110463626
Binary100100011110010011101000110111010010001001101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,60,39); }

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

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

 a { background-color: rgb(72,60,39); }

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

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

 span { border-color: rgb(72,60,39); }

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