#454418

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

Shades of Madras #454418

Tints of Madras #454418

Color information

#454418 (or 0x454418) is unknown color: approx Madras. HEX triplet: 45, 44 and 18. RGB value is (69,68,24). Sum of RGB (Red+Green+Blue) = 69+68+24=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 69 - color contains mainly: red. Hex color #454418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454418 is #BABBE7. Grayscale: #3F3F3F. Windows color (decimal): -12237800 or 1590341. OLE color: 1590341.

HSL color Cylindrical-coordinate representation of color #454418: hue angle of 58.67º 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 #454418 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB696824-
CMYK00.010.650.73
HSL58.67º48.39%18.24%-
HSV(B)58.67º65.22%27.06%-
XYZ4.695.471.67-
YUV63.28105.83132.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.86%
GREEN value IS 68 (26.95% from 255) = 42.24%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=42.86%
G=42.24%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69682400.010.650.7358.6748.3918.24
Hex4544180141493b3012
Octal1051043001101111736022
Binary1000101100010011000011000001100100111101111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454418; }

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

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

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

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

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

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

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

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