#483E00

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

Shades of Madras #483E00

Tints of Madras #483E00

Color information

#483E00 (or 0x483E00) is unknown color: approx Madras. HEX triplet: 48, 3E and 00. RGB value is (72,62,0). Sum of RGB (Red+Green+Blue) = 72+62+0=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 62 (24.61% from 255 or 46.27% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #483E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483E00 is #B7C1FF. Grayscale: #3A3A3A. Windows color (decimal): -12042752 or 15944. OLE color: 15944.

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

Color convert

RGB72620-
CMYK00.1410.72
HSL51.67º100%14.12%-
HSV(B)51.67º100%28.24%-
XYZ4.44.820.7-
YUV57.9295.31138.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 62 (24.61% from 255) = 46.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.73%
G=46.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7262000.1410.7251.6710014.12
Hex483E00E64483464e
Octal1107600161441106414416
Binary10010001111100011101100100100100011010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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