#453D25

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

Shades of Madras #453D25

Tints of Madras #453D25

Color information

#453D25 (or 0x453D25) is unknown color: approx Madras. HEX triplet: 45, 3D and 25. RGB value is (69,61,37). Sum of RGB (Red+Green+Blue) = 69+61+37=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 69 - color contains mainly: red. Hex color #453D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D25 is #BAC2DA. Grayscale: #3C3C3C. Windows color (decimal): -12239579 or 2440517. OLE color: 2440517.

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

Color convert

RGB696137-
CMYK00.120.460.73
HSL45º30.19%20.78%-
HSV(B)45º46.38%27.06%-
XYZ4.464.742.43-
YUV60.66114.65133.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.32%
GREEN value IS 61 (24.22% from 255) = 36.53%
BLUE value IS 37 (14.84% from 255) = 22.16%
R=41.32%
G=36.53%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69613700.120.460.734530.1920.78
Hex453D250C2E492d1e15
Octal105754501456111553625
Binary10001011111011001010110010111010010011011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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