#453A1D

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

Shades of Madras #453A1D

Tints of Madras #453A1D

Color information

#453A1D (or 0x453A1D) is unknown color: approx Madras. HEX triplet: 45, 3A and 1D. RGB value is (69,58,29). Sum of RGB (Red+Green+Blue) = 69+58+29=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 69 - color contains mainly: red. Hex color #453A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453A1D is #BAC5E2. Grayscale: #3A3A3A. Windows color (decimal): -12240355 or 1915461. OLE color: 1915461.

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

Color convert

RGB695829-
CMYK00.160.580.73
HSL43.5º40.82%19.22%-
HSV(B)43.5º57.97%27.06%-
XYZ4.194.381.79-
YUV57.98111.64135.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.23%
GREEN value IS 58 (23.05% from 255) = 37.18%
BLUE value IS 29 (11.72% from 255) = 18.59%
R=44.23%
G=37.18%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69582900.160.580.7343.540.8219.22
Hex453A1D0103A492b2913
Octal105723502072111535123
Binary100010111101011101010000111010100100110101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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