#483A17

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

Shades of Madras #483A17

Tints of Madras #483A17

Color information

#483A17 (or 0x483A17) is unknown color: approx Madras. HEX triplet: 48, 3A and 17. RGB value is (72,58,23). Sum of RGB (Red+Green+Blue) = 72+58+23=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #483A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483A17 is #B7C5E8. Grayscale: #3A3A3A. Windows color (decimal): -12043753 or 1522248. OLE color: 1522248.

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

Color convert

RGB725823-
CMYK00.190.680.72
HSL42.86º51.58%18.63%-
HSV(B)42.86º68.06%28.24%-
XYZ4.344.471.44-
YUV58.2108.14137.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.06%
GREEN value IS 58 (23.05% from 255) = 37.91%
BLUE value IS 23 (9.38% from 255) = 15.03%
R=47.06%
G=37.91%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72582300.190.680.7242.8651.5818.63
Hex483A1701344482b3413
Octal1107227023104110536423
Binary1001000111010101110100111000100100100010101111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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