#453D15

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

Shades of Madras #453D15

Tints of Madras #453D15

Color information

#453D15 (or 0x453D15) is unknown color: approx Madras. HEX triplet: 45, 3D and 15. RGB value is (69,61,21). Sum of RGB (Red+Green+Blue) = 69+61+21=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 69 - color contains mainly: red. Hex color #453D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453D15 is #BAC2EA. Grayscale: #3B3B3B. Windows color (decimal): -12239595 or 1391941. OLE color: 1391941.

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

Color convert

RGB696121-
CMYK00.120.700.73
HSL50º53.33%17.65%-
HSV(B)50º69.57%27.06%-
XYZ4.264.661.38-
YUV58.83106.65135.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.70%
GREEN value IS 61 (24.22% from 255) = 40.40%
BLUE value IS 21 (8.59% from 255) = 13.91%
R=45.70%
G=40.40%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69612100.120.700.735053.3317.65
Hex453D150C4649323512
Octal1057525014106111626522
Binary100010111110110101011001000110100100111001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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