#483C13

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

Shades of Madras #483C13

Tints of Madras #483C13

Color information

#483C13 (or 0x483C13) is unknown color: approx Madras. HEX triplet: 48, 3C and 13. RGB value is (72,60,19). Sum of RGB (Red+Green+Blue) = 72+60+19=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #483C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C13 is #B7C3EC. Grayscale: #3B3B3B. Windows color (decimal): -12043245 or 1260616. OLE color: 1260616.

HSL color Cylindrical-coordinate representation of color #483C13: hue angle of 46.42º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #483C13 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB726019-
CMYK00.170.740.72
HSL46.42º58.24%17.84%-
HSV(B)46.42º73.61%28.24%-
XYZ4.414.661.28-
YUV58.91105.48137.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.68%
GREEN value IS 60 (23.83% from 255) = 39.74%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=47.68%
G=39.74%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72601900.170.740.7246.4258.2417.84
Hex483C130114A482e3a12
Octal1107423021112110567222
Binary1001000111100100110100011001010100100010111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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