#453A1A

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

Shades of Madras #453A1A

Tints of Madras #453A1A

Color information

#453A1A (or 0x453A1A) is unknown color: approx Madras. HEX triplet: 45, 3A and 1A. RGB value is (69,58,26). Sum of RGB (Red+Green+Blue) = 69+58+26=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #453A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453A1A is #BAC5E5. Grayscale: #393939. Windows color (decimal): -12240358 or 1718853. OLE color: 1718853.

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

Color convert

RGB695826-
CMYK00.160.620.73
HSL44.65º45.26%18.63%-
HSV(B)44.65º62.32%27.06%-
XYZ4.154.371.6-
YUV57.64110.14136.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.10%
GREEN value IS 58 (23.05% from 255) = 37.91%
BLUE value IS 26 (10.55% from 255) = 16.99%
R=45.10%
G=37.91%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69582600.160.620.7344.6545.2618.63
Hex453A1A0103E492d2d13
Octal105723202076111555523
Binary100010111101011010010000111110100100110110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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