#483C09

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

Shades of Madras #483C09

Tints of Madras #483C09

Color information

#483C09 (or 0x483C09) is unknown color: approx Madras. HEX triplet: 48, 3C and 09. RGB value is (72,60,9). Sum of RGB (Red+Green+Blue) = 72+60+9=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #483C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C09 is #B7C3F6. Grayscale: #393939. Windows color (decimal): -12043255 or 605256. OLE color: 605256.

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

Color convert

RGB72609-
CMYK00.170.880.72
HSL48.57º77.78%15.88%-
HSV(B)48.57º87.5%28.24%-
XYZ4.344.630.92-
YUV57.77100.48138.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 60 (23.83% from 255) = 42.55%
BLUE value IS 9 (3.91% from 255) = 6.38%
R=51.06%
G=42.55%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7260900.170.880.7248.5777.7815.88
Hex483C90115848314e10
Octal11074110211301106111620
Binary1001000111100100101000110110001001000110001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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