#483E28

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

Shades of Madras #483E28

Tints of Madras #483E28

Color information

#483E28 (or 0x483E28) is unknown color: approx Madras. HEX triplet: 48, 3E and 28. RGB value is (72,62,40). Sum of RGB (Red+Green+Blue) = 72+62+40=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #483E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E28 is #B7C1D7. Grayscale: #3E3E3E. Windows color (decimal): -12042712 or 2637384. OLE color: 2637384.

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

Color convert

RGB726240-
CMYK00.140.440.72
HSL41.25º28.57%21.96%-
HSV(B)41.25º44.44%28.24%-
XYZ4.784.982.72-
YUV62.48115.31134.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 62 (24.61% from 255) = 35.63%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=41.38%
G=35.63%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72624000.140.440.7241.2528.5721.96
Hex483E280E2C48291d16
Octal110765001654110513526
Binary10010001111101010000111010110010010001010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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