#484200

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

Shades of Madras #484200

Tints of Madras #484200

Color information

#484200 (or 0x484200) is unknown color: approx Madras. HEX triplet: 48, 42 and 00. RGB value is (72,66,0). Sum of RGB (Red+Green+Blue) = 72+66+0=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #484200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484200 is #B7BDFF. Grayscale: #3C3C3C. Windows color (decimal): -12041728 or 16968. OLE color: 16968.

HSL color Cylindrical-coordinate representation of color #484200: hue angle of 55º 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 #484200 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB72660-
CMYK00.0810.72
HSL55º100%14.12%-
HSV(B)55º100%28.24%-
XYZ4.625.270.77-
YUV60.2793.99136.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 66 (26.17% from 255) = 47.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.17%
G=47.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7266000.0810.725510014.12
Hex484200864483764e
Octal11010200101441106714416
Binary100100010000100010001100100100100011011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484200; }

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

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

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

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

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

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

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

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