#484320

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

Shades of Madras #484320

Tints of Madras #484320

Color information

#484320 (or 0x484320) is unknown color: approx Madras. HEX triplet: 48, 43 and 20. RGB value is (72,67,32). Sum of RGB (Red+Green+Blue) = 72+67+32=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #484320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484320 is #B7BCDF. Grayscale: #404040. Windows color (decimal): -12041440 or 2114376. OLE color: 2114376.

HSL color Cylindrical-coordinate representation of color #484320: hue angle of 52.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #484320 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB726732-
CMYK00.070.560.72
HSL52.5º38.46%20.39%-
HSV(B)52.5º55.56%28.24%-
XYZ4.945.52.17-
YUV64.5109.66133.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.11%
GREEN value IS 67 (26.56% from 255) = 39.18%
BLUE value IS 32 (12.89% from 255) = 18.71%
R=42.11%
G=39.18%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72673200.070.560.7252.538.4620.39
Hex484320073848342614
Octal110103400770110644624
Binary100100010000111000000111111000100100011010010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484320; }

 p { color: rgb(72,67,32); }

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

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

 a { background-color: rgb(72,67,32); }

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

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

 span { border-color: rgb(72,67,32); }

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