#484213

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

Shades of Madras #484213

Tints of Madras #484213

Color information

#484213 (or 0x484213) is unknown color: approx Madras. HEX triplet: 48, 42 and 13. RGB value is (72,66,19). Sum of RGB (Red+Green+Blue) = 72+66+19=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #484213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484213 is #B7BDEC. Grayscale: #3E3E3E. Windows color (decimal): -12041709 or 1262152. OLE color: 1262152.

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

Color convert

RGB726619-
CMYK00.080.740.72
HSL53.21º58.24%17.84%-
HSV(B)53.21º73.61%28.24%-
XYZ4.745.321.39-
YUV62.44103.49134.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 19 (7.81% from 255) = 12.10%
R=45.86%
G=42.04%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72661900.080.740.7253.2158.2417.84
Hex484213084A48353a12
Octal11010223010112110657222
Binary1001000100001010011010001001010100100011010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484213; }

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

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

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

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

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

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

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

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