#454216

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

Shades of Madras #454216

Tints of Madras #454216

Color information

#454216 (or 0x454216) is unknown color: approx Madras. HEX triplet: 45, 42 and 16. RGB value is (69,66,22). Sum of RGB (Red+Green+Blue) = 69+66+22=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 69 - color contains mainly: red. Hex color #454216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454216 is #BABDE9. Grayscale: #3E3E3E. Windows color (decimal): -12238314 or 1458757. OLE color: 1458757.

HSL color Cylindrical-coordinate representation of color #454216: hue angle of 56.17º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #454216 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB696622-
CMYK00.040.680.73
HSL56.17º51.65%17.84%-
HSV(B)56.17º68.12%27.06%-
XYZ4.555.221.53-
YUV61.88105.49133.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=43.95%
G=42.04%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69662200.040.680.7356.1751.6517.84
Hex454216044449383412
Octal1051022604104111706422
Binary100010110000101011001001000100100100111100011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454216; }

 p { color: rgb(69,66,22); }

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

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

 a { background-color: rgb(69,66,22); }

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

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

 span { border-color: rgb(69,66,22); }

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