#453A18

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

Shades of Madras #453A18

Tints of Madras #453A18

Color information

#453A18 (or 0x453A18) is unknown color: approx Madras. HEX triplet: 45, 3A and 18. RGB value is (69,58,24). Sum of RGB (Red+Green+Blue) = 69+58+24=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 69 - color contains mainly: red. Hex color #453A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453A18 is #BAC5E7. Grayscale: #393939. Windows color (decimal): -12240360 or 1587781. OLE color: 1587781.

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

Color convert

RGB695824-
CMYK00.160.650.73
HSL45.33º48.39%18.24%-
HSV(B)45.33º65.22%27.06%-
XYZ4.134.361.49-
YUV57.41109.14136.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.70%
GREEN value IS 58 (23.05% from 255) = 38.41%
BLUE value IS 24 (9.77% from 255) = 15.89%
R=45.70%
G=38.41%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69582400.160.650.7345.3348.3918.24
Hex453A1801041492d3012
Octal1057230020101111556022
Binary1000101111010110000100001000001100100110110111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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