#483D27

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

Shades of Madras #483D27

Tints of Madras #483D27

Color information

#483D27 (or 0x483D27) is unknown color: approx Madras. HEX triplet: 48, 3D and 27. RGB value is (72,61,39). Sum of RGB (Red+Green+Blue) = 72+61+39=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #483D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D27 is #B7C2D8. Grayscale: #3D3D3D. Windows color (decimal): -12042969 or 2571592. OLE color: 2571592.

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

Color convert

RGB726139-
CMYK00.150.460.72
HSL40º29.73%21.76%-
HSV(B)40º45.83%28.24%-
XYZ4.714.862.61-
YUV61.78115.14135.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 61 (24.22% from 255) = 35.47%
BLUE value IS 39 (15.62% from 255) = 22.67%
R=41.86%
G=35.47%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72613900.150.460.724029.7321.76
Hex483D270F2E48281e16
Octal110754701756110503626
Binary10010001111011001110111110111010010001010001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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