#483E17

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

Shades of Madras #483E17

Tints of Madras #483E17

Color information

#483E17 (or 0x483E17) is unknown color: approx Madras. HEX triplet: 48, 3E and 17. RGB value is (72,62,23). Sum of RGB (Red+Green+Blue) = 72+62+23=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #483E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483E17 is #B7C1E8. Grayscale: #3C3C3C. Windows color (decimal): -12042729 or 1523272. OLE color: 1523272.

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

Color convert

RGB726223-
CMYK00.140.680.72
HSL47.76º51.58%18.63%-
HSV(B)47.76º68.06%28.24%-
XYZ4.554.881.51-
YUV60.54106.81136.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 62 (24.61% from 255) = 39.49%
BLUE value IS 23 (9.38% from 255) = 14.65%
R=45.86%
G=39.49%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72622300.140.680.7247.7651.5818.63
Hex483E170E4448303413
Octal1107627016104110606423
Binary100100011111010111011101000100100100011000011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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