#454218

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

Shades of Madras #454218

Tints of Madras #454218

Color information

#454218 (or 0x454218) is unknown color: approx Madras. HEX triplet: 45, 42 and 18. RGB value is (69,66,24). Sum of RGB (Red+Green+Blue) = 69+66+24=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 69 - color contains mainly: red. Hex color #454218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454218 is #BABDE7. Grayscale: #3E3E3E. Windows color (decimal): -12238312 or 1589829. OLE color: 1589829.

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

Color convert

RGB696624-
CMYK00.040.650.73
HSL56º48.39%18.24%-
HSV(B)56º65.22%27.06%-
XYZ4.575.231.63-
YUV62.11106.49132.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.40%
GREEN value IS 66 (26.17% from 255) = 41.51%
BLUE value IS 24 (9.77% from 255) = 15.09%
R=43.40%
G=41.51%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69662400.040.650.735648.3918.24
Hex454218044149383012
Octal1051023004101111706022
Binary100010110000101100001001000001100100111100011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454218; }

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

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

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

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

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

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

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

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