#483A05

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

Shades of Madras #483A05

Tints of Madras #483A05

Color information

#483A05 (or 0x483A05) is unknown color: approx Madras. HEX triplet: 48, 3A and 05. RGB value is (72,58,5). Sum of RGB (Red+Green+Blue) = 72+58+5=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #483A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483A05 is #B7C5FA. Grayscale: #383838. Windows color (decimal): -12043771 or 342600. OLE color: 342600.

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

Color convert

RGB72585-
CMYK00.190.930.72
HSL47.46º87.01%15.1%-
HSV(B)47.46º93.06%28.24%-
XYZ4.214.410.77-
YUV56.1499.14139.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 58 (23.05% from 255) = 42.96%
BLUE value IS 5 (2.34% from 255) = 3.70%
R=53.33%
G=42.96%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7258500.190.930.7247.4687.0115.1
Hex483A50135D482f57f
Octal1107250231351105712717
Binary10010001110101010100111011101100100010111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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