#483705

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

Shades of Madras #483705

Tints of Madras #483705

Color information

#483705 (or 0x483705) is unknown color: approx Madras. HEX triplet: 48, 37 and 05. RGB value is (72,55,5). Sum of RGB (Red+Green+Blue) = 72+55+5=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #483705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483705 is #B7C8FA. Grayscale: #363636. Windows color (decimal): -12044539 or 341832. OLE color: 341832.

HSL color Cylindrical-coordinate representation of color #483705: hue angle of 44.78º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #483705 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB72555-
CMYK00.240.930.72
HSL44.78º87.01%15.1%-
HSV(B)44.78º93.06%28.24%-
XYZ4.074.120.72-
YUV54.38100.13140.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.55%
GREEN value IS 55 (21.88% from 255) = 41.67%
BLUE value IS 5 (2.34% from 255) = 3.79%
R=54.55%
G=41.67%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7255500.240.930.7244.7887.0115.1
Hex483750185D482d57f
Octal1106750301351105512717
Binary10010001101111010110001011101100100010110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483705; }

 p { color: rgb(72,55,5); }

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

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

 a { background-color: rgb(72,55,5); }

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

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

 span { border-color: rgb(72,55,5); }

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