#453B1A

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

Shades of Madras #453B1A

Tints of Madras #453B1A

Color information

#453B1A (or 0x453B1A) is unknown color: approx Madras. HEX triplet: 45, 3B and 1A. RGB value is (69,59,26). Sum of RGB (Red+Green+Blue) = 69+59+26=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #453B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453B1A is #BAC4E5. Grayscale: #3A3A3A. Windows color (decimal): -12240102 or 1719109. OLE color: 1719109.

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

Color convert

RGB695926-
CMYK00.140.620.73
HSL46.05º45.26%18.63%-
HSV(B)46.05º62.32%27.06%-
XYZ4.24.471.62-
YUV58.23109.81135.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.81%
GREEN value IS 59 (23.44% from 255) = 38.31%
BLUE value IS 26 (10.55% from 255) = 16.88%
R=44.81%
G=38.31%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69592600.140.620.7346.0545.2618.63
Hex453B1A0E3E492e2d13
Octal105733201676111565523
Binary10001011110111101001110111110100100110111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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