#453705

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

Shades of Madras #453705

Tints of Madras #453705

Color information

#453705 (or 0x453705) is unknown color: approx Madras. HEX triplet: 45, 37 and 05. RGB value is (69,55,5). Sum of RGB (Red+Green+Blue) = 69+55+5=129 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.49% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 69 - color contains mainly: red. Hex color #453705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453705 is #BAC8FA. Grayscale: #353535. Windows color (decimal): -12241147 or 341829. OLE color: 341829.

HSL color Cylindrical-coordinate representation of color #453705: hue angle of 46.87º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #453705 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB69555-
CMYK00.200.930.73
HSL46.87º86.49%14.51%-
HSV(B)46.87º92.75%27.06%-
XYZ3.854.010.71-
YUV53.49100.64139.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.49%
GREEN value IS 55 (21.88% from 255) = 42.64%
BLUE value IS 5 (2.34% from 255) = 3.88%
R=53.49%
G=42.64%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6955500.200.930.7346.8786.4914.51
Hex453750145D492f56f
Octal1056750241351115712617
Binary10001011101111010101001011101100100110111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453705; }

 p { color: rgb(69,55,5); }

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

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

 a { background-color: rgb(69,55,5); }

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

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

 span { border-color: rgb(69,55,5); }

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