#484214

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

Shades of Madras #484214

Tints of Madras #484214

Color information

#484214 (or 0x484214) is unknown color: approx Madras. HEX triplet: 48, 42 and 14. RGB value is (72,66,20). Sum of RGB (Red+Green+Blue) = 72+66+20=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #484214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484214 is #B7BDEB. Grayscale: #3E3E3E. Windows color (decimal): -12041708 or 1327688. OLE color: 1327688.

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

Color convert

RGB726620-
CMYK00.080.720.72
HSL53.08º56.52%18.04%-
HSV(B)53.08º72.22%28.24%-
XYZ4.755.321.44-
YUV62.55103.99134.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 66 (26.17% from 255) = 41.77%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=45.57%
G=41.77%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72662000.080.720.7253.0856.5218.04
Hex484214084848353912
Octal11010224010110110657122
Binary1001000100001010100010001001000100100011010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484214; }

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

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

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

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

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

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

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

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