#483C03

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

Shades of Madras #483C03

Tints of Madras #483C03

Color information

#483C03 (or 0x483C03) is unknown color: approx Madras. HEX triplet: 48, 3C and 03. RGB value is (72,60,3). Sum of RGB (Red+Green+Blue) = 72+60+3=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #483C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483C03 is #B7C3FC. Grayscale: #393939. Windows color (decimal): -12043261 or 212040. OLE color: 212040.

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

Color convert

RGB72603-
CMYK00.170.960.72
HSL49.57º92%14.71%-
HSV(B)49.57º95.83%28.24%-
XYZ4.34.620.75-
YUV57.0997.48138.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 60 (23.83% from 255) = 44.44%
BLUE value IS 3 (1.56% from 255) = 2.22%
R=53.33%
G=44.44%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7260300.170.960.7249.579214.71
Hex483C30116048325cf
Octal1107430211401106213417
Binary1001000111100110100011100000100100011001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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