#453A1C

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

Shades of Madras #453A1C

Tints of Madras #453A1C

Color information

#453A1C (or 0x453A1C) is unknown color: approx Madras. HEX triplet: 45, 3A and 1C. RGB value is (69,58,28). Sum of RGB (Red+Green+Blue) = 69+58+28=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #453A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453A1C is #BAC5E3. Grayscale: #3A3A3A. Windows color (decimal): -12240356 or 1849925. OLE color: 1849925.

HSL color Cylindrical-coordinate representation of color #453A1C: hue angle of 43.9º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #453A1C is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB695828-
CMYK00.160.590.73
HSL43.9º42.27%19.02%-
HSV(B)43.9º59.42%27.06%-
XYZ4.184.381.72-
YUV57.87111.14135.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.52%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 28 (11.33% from 255) = 18.06%
R=44.52%
G=37.42%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69582800.160.590.7343.942.2719.02
Hex453A1C0103B492c2a13
Octal105723402073111545223
Binary100010111101011100010000111011100100110110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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