#483E05

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

Shades of Madras #483E05

Tints of Madras #483E05

Color information

#483E05 (or 0x483E05) is unknown color: approx Madras. HEX triplet: 48, 3E and 05. RGB value is (72,62,5). Sum of RGB (Red+Green+Blue) = 72+62+5=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 62 (24.61% from 255 or 44.60% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #483E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483E05 is #B7C1FA. Grayscale: #3A3A3A. Windows color (decimal): -12042747 or 343624. OLE color: 343624.

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

Color convert

RGB72625-
CMYK00.140.930.72
HSL51.04º87.01%15.1%-
HSV(B)51.04º93.06%28.24%-
XYZ4.424.830.84-
YUV58.4997.81137.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 62 (24.61% from 255) = 44.60%
BLUE value IS 5 (2.34% from 255) = 3.60%
R=51.80%
G=44.60%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7262500.140.930.7251.0487.0115.1
Hex483E50E5D483357f
Octal1107650161351106312717
Binary1001000111110101011101011101100100011001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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