#484207

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

Shades of Madras #484207

Tints of Madras #484207

Color information

#484207 (or 0x484207) is unknown color: approx Madras. HEX triplet: 48, 42 and 07. RGB value is (72,66,7). Sum of RGB (Red+Green+Blue) = 72+66+7=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #484207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484207 is #B7BDF8. Grayscale: #3D3D3D. Windows color (decimal): -12041721 or 475720. OLE color: 475720.

HSL color Cylindrical-coordinate representation of color #484207: hue angle of 54.46º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #484207 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB72667-
CMYK00.080.900.72
HSL54.46º82.28%15.49%-
HSV(B)54.46º90.28%28.24%-
XYZ4.665.290.98-
YUV61.0797.49135.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 66 (26.17% from 255) = 45.52%
BLUE value IS 7 (3.12% from 255) = 4.83%
R=49.66%
G=45.52%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7266700.080.900.7254.4682.2815.49
Hex48427085A483652f
Octal11010270101321106612217
Binary10010001000010111010001011010100100011011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484207; }

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

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

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

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

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

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

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

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