#453E1D

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

Shades of Madras #453E1D

Tints of Madras #453E1D

Color information

#453E1D (or 0x453E1D) is unknown color: approx Madras. HEX triplet: 45, 3E and 1D. RGB value is (69,62,29). Sum of RGB (Red+Green+Blue) = 69+62+29=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 69 - color contains mainly: red. Hex color #453E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453E1D is #BAC1E2. Grayscale: #3C3C3C. Windows color (decimal): -12239331 or 1916485. OLE color: 1916485.

HSL color Cylindrical-coordinate representation of color #453E1D: hue angle of 49.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 #453E1D is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB696229-
CMYK00.100.580.73
HSL49.5º40.82%19.22%-
HSV(B)49.5º57.97%27.06%-
XYZ4.44.81.86-
YUV60.33110.32134.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.12%
GREEN value IS 62 (24.61% from 255) = 38.75%
BLUE value IS 29 (11.72% from 255) = 18.12%
R=43.12%
G=38.75%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69622900.100.580.7349.540.8219.22
Hex453E1D0A3A49312913
Octal105763501272111615123
Binary10001011111101110101010111010100100111000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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