#483A14

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

Shades of Madras #483A14

Tints of Madras #483A14

Color information

#483A14 (or 0x483A14) is unknown color: approx Madras. HEX triplet: 48, 3A and 14. RGB value is (72,58,20). Sum of RGB (Red+Green+Blue) = 72+58+20=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #483A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483A14 is #B7C5EB. Grayscale: #3A3A3A. Windows color (decimal): -12043756 or 1325640. OLE color: 1325640.

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

Color convert

RGB725820-
CMYK00.190.720.72
HSL43.85º56.52%18.04%-
HSV(B)43.85º72.22%28.24%-
XYZ4.314.451.29-
YUV57.85106.64138.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48%
GREEN value IS 58 (23.05% from 255) = 38.67%
BLUE value IS 20 (8.20% from 255) = 13.33%
R=48%
G=38.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72582000.190.720.7243.8556.5218.04
Hex483A1401348482c3912
Octal1107224023110110547122
Binary1001000111010101000100111001000100100010110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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