#483500

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

Shades of Madras #483500

Tints of Madras #483500

Color information

#483500 (or 0x483500) is unknown color: approx Madras. HEX triplet: 48, 35 and 00. RGB value is (72,53,0). Sum of RGB (Red+Green+Blue) = 72+53+0=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #483500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483500 is #B7CAFF. Grayscale: #343434. Windows color (decimal): -12045056 or 13640. OLE color: 13640.

HSL color Cylindrical-coordinate representation of color #483500: hue angle of 44.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #483500 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB72530-
CMYK00.2610.72
HSL44.17º100%14.12%-
HSV(B)44.17º100%28.24%-
XYZ3.953.920.55-
YUV52.6498.29141.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 53 (21.09% from 255) = 42.4%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.6%
G=42.4%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7253000.2610.7244.1710014.12
Hex4835001A64482c64e
Octal1106500321441105414416
Binary100100011010100110101100100100100010110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483500; }

 p { color: rgb(72,53,0); }

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

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

 a { background-color: rgb(72,53,0); }

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

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

 span { border-color: rgb(72,53,0); }

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