#483A03

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

Shades of Madras #483A03

Tints of Madras #483A03

Color information

#483A03 (or 0x483A03) is unknown color: approx Madras. HEX triplet: 48, 3A and 03. RGB value is (72,58,3). Sum of RGB (Red+Green+Blue) = 72+58+3=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #483A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483A03 is #B7C5FC. Grayscale: #383838. Windows color (decimal): -12043773 or 211528. OLE color: 211528.

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

Color convert

RGB72583-
CMYK00.190.960.72
HSL47.83º92%14.71%-
HSV(B)47.83º95.83%28.24%-
XYZ4.24.410.72-
YUV55.9298.14139.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.14%
GREEN value IS 58 (23.05% from 255) = 43.61%
BLUE value IS 3 (1.56% from 255) = 2.26%
R=54.14%
G=43.61%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7258300.190.960.7247.839214.71
Hex483A30136048305cf
Octal1107230231401106013417
Binary1001000111010110100111100000100100011000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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