#483E27

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

Shades of Madras #483E27

Tints of Madras #483E27

Color information

#483E27 (or 0x483E27) is unknown color: approx Madras. HEX triplet: 48, 3E and 27. RGB value is (72,62,39). Sum of RGB (Red+Green+Blue) = 72+62+39=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #483E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E27 is #B7C1D8. Grayscale: #3E3E3E. Windows color (decimal): -12042713 or 2571848. OLE color: 2571848.

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

Color convert

RGB726239-
CMYK00.140.460.72
HSL41.82º29.73%21.76%-
HSV(B)41.82º45.83%28.24%-
XYZ4.764.972.63-
YUV62.37114.81134.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 62 (24.61% from 255) = 35.84%
BLUE value IS 39 (15.62% from 255) = 22.54%
R=41.62%
G=35.84%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72623900.140.460.7241.8229.7321.76
Hex483E270E2E482a1e16
Octal110764701656110523626
Binary10010001111101001110111010111010010001010101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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