#483C14

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

Shades of Madras #483C14

Tints of Madras #483C14

Color information

#483C14 (or 0x483C14) is unknown color: approx Madras. HEX triplet: 48, 3C and 14. RGB value is (72,60,20). Sum of RGB (Red+Green+Blue) = 72+60+20=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #483C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C14 is #B7C3EB. Grayscale: #3B3B3B. Windows color (decimal): -12043244 or 1326152. OLE color: 1326152.

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

Color convert

RGB726020-
CMYK00.170.720.72
HSL46.15º56.52%18.04%-
HSV(B)46.15º72.22%28.24%-
XYZ4.414.661.33-
YUV59.03105.98137.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 60 (23.83% from 255) = 39.47%
BLUE value IS 20 (8.20% from 255) = 13.16%
R=47.37%
G=39.47%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72602000.170.720.7246.1556.5218.04
Hex483C1401148482e3912
Octal1107424021110110567122
Binary1001000111100101000100011001000100100010111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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