#484203

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

Shades of Madras #484203

Tints of Madras #484203

Color information

#484203 (or 0x484203) is unknown color: approx Madras. HEX triplet: 48, 42 and 03. RGB value is (72,66,3). Sum of RGB (Red+Green+Blue) = 72+66+3=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #484203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484203 is #B7BDFC. Grayscale: #3C3C3C. Windows color (decimal): -12041725 or 213576. OLE color: 213576.

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

Color convert

RGB72663-
CMYK00.080.960.72
HSL54.78º92%14.71%-
HSV(B)54.78º95.83%28.24%-
XYZ4.645.280.86-
YUV60.6195.49136.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 66 (26.17% from 255) = 46.81%
BLUE value IS 3 (1.56% from 255) = 2.13%
R=51.06%
G=46.81%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7266300.080.960.7254.789214.71
Hex48423086048375cf
Octal11010230101401106713417
Binary1001000100001011010001100000100100011011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484203; }

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

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

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

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

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

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

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

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