#484201

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

Shades of Madras #484201

Tints of Madras #484201

Color information

#484201 (or 0x484201) is unknown color: approx Madras. HEX triplet: 48, 42 and 01. RGB value is (72,66,1). Sum of RGB (Red+Green+Blue) = 72+66+1=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #484201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484201 is #B7BDFE. Grayscale: #3C3C3C. Windows color (decimal): -12041727 or 82504. OLE color: 82504.

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

Color convert

RGB72661-
CMYK00.080.990.72
HSL54.93º97.26%14.31%-
HSV(B)54.93º98.61%28.24%-
XYZ4.635.280.8-
YUV60.3894.49136.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 66 (26.17% from 255) = 47.48%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=51.80%
G=47.48%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7266100.080.990.7254.9397.2614.31
Hex484210863483761e
Octal11010210101431106714116
Binary100100010000101010001100011100100011011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484201; }

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

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

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

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

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

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

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

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