#453C1C

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

Shades of Madras #453C1C

Tints of Madras #453C1C

Color information

#453C1C (or 0x453C1C) is unknown color: approx Madras. HEX triplet: 45, 3C and 1C. RGB value is (69,60,28). Sum of RGB (Red+Green+Blue) = 69+60+28=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 69 - color contains mainly: red. Hex color #453C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453C1C is #BAC3E3. Grayscale: #3B3B3B. Windows color (decimal): -12239844 or 1850437. OLE color: 1850437.

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

Color convert

RGB696028-
CMYK00.130.590.73
HSL46.83º42.27%19.02%-
HSV(B)46.83º59.42%27.06%-
XYZ4.284.581.76-
YUV59.04110.48135.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 60 (23.83% from 255) = 38.22%
BLUE value IS 28 (11.33% from 255) = 17.83%
R=43.95%
G=38.22%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69602800.130.590.7346.8342.2719.02
Hex453C1C0D3B492f2a13
Octal105743401573111575223
Binary10001011111001110001101111011100100110111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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