#483D03

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

Shades of Madras #483D03

Tints of Madras #483D03

Color information

#483D03 (or 0x483D03) is unknown color: approx Madras. HEX triplet: 48, 3D and 03. RGB value is (72,61,3). Sum of RGB (Red+Green+Blue) = 72+61+3=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #483D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483D03 is #B7C2FC. Grayscale: #393939. Windows color (decimal): -12043005 or 212296. OLE color: 212296.

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

Color convert

RGB72613-
CMYK00.150.960.72
HSL50.43º92%14.71%-
HSV(B)50.43º95.83%28.24%-
XYZ4.364.720.77-
YUV57.6897.14138.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 61 (24.22% from 255) = 44.85%
BLUE value IS 3 (1.56% from 255) = 2.21%
R=52.94%
G=44.85%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7261300.150.960.7250.439214.71
Hex483D30F6048325cf
Octal1107530171401106213417
Binary100100011110111011111100000100100011001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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