#483C00

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

Shades of Madras #483C00

Tints of Madras #483C00

Color information

#483C00 (or 0x483C00) is unknown color: approx Madras. HEX triplet: 48, 3C and 00. RGB value is (72,60,0). Sum of RGB (Red+Green+Blue) = 72+60+0=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #483C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C00 is #B7C3FF. Grayscale: #393939. Windows color (decimal): -12043264 or 15432. OLE color: 15432.

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

Color convert

RGB72600-
CMYK00.1710.72
HSL50º100%14.12%-
HSV(B)50º100%28.24%-
XYZ4.294.610.66-
YUV56.7595.98138.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.55%
GREEN value IS 60 (23.83% from 255) = 45.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.55%
G=45.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7260000.1710.725010014.12
Hex483C001164483264e
Octal1107400211441106214416
Binary100100011110000100011100100100100011001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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