#483C17

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

Shades of Madras #483C17

Tints of Madras #483C17

Color information

#483C17 (or 0x483C17) is unknown color: approx Madras. HEX triplet: 48, 3C and 17. RGB value is (72,60,23). Sum of RGB (Red+Green+Blue) = 72+60+23=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #483C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C17 is #B7C3E8. Grayscale: #3B3B3B. Windows color (decimal): -12043241 or 1522760. OLE color: 1522760.

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

Color convert

RGB726023-
CMYK00.170.680.72
HSL45.31º51.58%18.63%-
HSV(B)45.31º68.06%28.24%-
XYZ4.444.671.48-
YUV59.37107.48137.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 60 (23.83% from 255) = 38.71%
BLUE value IS 23 (9.38% from 255) = 14.84%
R=46.45%
G=38.71%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72602300.170.680.7245.3151.5818.63
Hex483C1701144482d3413
Octal1107427021104110556423
Binary1001000111100101110100011000100100100010110111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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