#453C1B

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

Shades of Madras #453C1B

Tints of Madras #453C1B

Color information

#453C1B (or 0x453C1B) is unknown color: approx Madras. HEX triplet: 45, 3C and 1B. RGB value is (69,60,27). Sum of RGB (Red+Green+Blue) = 69+60+27=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 69 - color contains mainly: red. Hex color #453C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453C1B is #BAC3E4. Grayscale: #3B3B3B. Windows color (decimal): -12239845 or 1784901. OLE color: 1784901.

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

Color convert

RGB696027-
CMYK00.130.610.73
HSL47.14º43.75%18.82%-
HSV(B)47.14º60.87%27.06%-
XYZ4.274.581.7-
YUV58.93109.98135.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.23%
GREEN value IS 60 (23.83% from 255) = 38.46%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=44.23%
G=38.46%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69602700.130.610.7347.1443.7518.82
Hex453C1B0D3D492f2c13
Octal105743301575111575423
Binary10001011111001101101101111101100100110111110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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