#453D28

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

Shades of Madras #453D28

Tints of Madras #453D28

Color information

#453D28 (or 0x453D28) is unknown color: approx Madras. HEX triplet: 45, 3D and 28. RGB value is (69,61,40). Sum of RGB (Red+Green+Blue) = 69+61+40=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 69 - color contains mainly: red. Hex color #453D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D28 is #BAC2D7. Grayscale: #3D3D3D. Windows color (decimal): -12239576 or 2637125. OLE color: 2637125.

HSL color Cylindrical-coordinate representation of color #453D28: hue angle of 43.45º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #453D28 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.73.

Color convert

RGB696140-
CMYK00.120.420.73
HSL43.45º26.61%21.37%-
HSV(B)43.45º42.03%27.06%-
XYZ4.514.762.69-
YUV61116.15133.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.59%
GREEN value IS 61 (24.22% from 255) = 35.88%
BLUE value IS 40 (16.02% from 255) = 23.53%
R=40.59%
G=35.88%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69614000.120.420.7343.4526.6121.37
Hex453D280C2A492b1b15
Octal105755001452111533325
Binary10001011111011010000110010101010010011010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,61,40); }

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

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

 a { background-color: rgb(69,61,40); }

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

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

 span { border-color: rgb(69,61,40); }

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