#453A16

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

Shades of Madras #453A16

Tints of Madras #453A16

Color information

#453A16 (or 0x453A16) is unknown color: approx Madras. HEX triplet: 45, 3A and 16. RGB value is (69,58,22). Sum of RGB (Red+Green+Blue) = 69+58+22=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #453A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453A16 is #BAC5E9. Grayscale: #393939. Windows color (decimal): -12240362 or 1456709. OLE color: 1456709.

HSL color Cylindrical-coordinate representation of color #453A16: hue angle of 45.96º 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 #453A16 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB695822-
CMYK00.160.680.73
HSL45.96º51.65%17.84%-
HSV(B)45.96º68.12%27.06%-
XYZ4.114.351.38-
YUV57.18108.14136.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.31%
GREEN value IS 58 (23.05% from 255) = 38.93%
BLUE value IS 22 (8.98% from 255) = 14.77%
R=46.31%
G=38.93%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69582200.160.680.7345.9651.6517.84
Hex453A1601044492e3412
Octal1057226020104111566422
Binary1000101111010101100100001000100100100110111011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453A16; }

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

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

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

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

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

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

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

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