#453C1A

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

Shades of Madras #453C1A

Tints of Madras #453C1A

Color information

#453C1A (or 0x453C1A) is unknown color: approx Madras. HEX triplet: 45, 3C and 1A. RGB value is (69,60,26). Sum of RGB (Red+Green+Blue) = 69+60+26=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #453C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453C1A is #BAC3E5. Grayscale: #3A3A3A. Windows color (decimal): -12239846 or 1719365. OLE color: 1719365.

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

Color convert

RGB696026-
CMYK00.130.620.73
HSL47.44º45.26%18.63%-
HSV(B)47.44º62.32%27.06%-
XYZ4.264.571.64-
YUV58.82109.48135.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.52%
GREEN value IS 60 (23.83% from 255) = 38.71%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=44.52%
G=38.71%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69602600.130.620.7347.4445.2618.63
Hex453C1A0D3E492f2d13
Octal105743201576111575523
Binary10001011111001101001101111110100100110111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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