#453605

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

Shades of Madras #453605

Tints of Madras #453605

Color information

#453605 (or 0x453605) is unknown color: approx Madras. HEX triplet: 45, 36 and 05. RGB value is (69,54,5). Sum of RGB (Red+Green+Blue) = 69+54+5=128 (16% of max value = 765). Red value is 69 (27.34% from 255 or 53.91% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 69 - color contains mainly: red. Hex color #453605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453605 is #BAC9FA. Grayscale: #353535. Windows color (decimal): -12241403 or 341573. OLE color: 341573.

HSL color Cylindrical-coordinate representation of color #453605: hue angle of 45.94º 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 #453605 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB69545-
CMYK00.220.930.73
HSL45.94º86.49%14.51%-
HSV(B)45.94º92.75%27.06%-
XYZ3.83.910.7-
YUV52.9100.97139.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.91%
GREEN value IS 54 (21.48% from 255) = 42.19%
BLUE value IS 5 (2.34% from 255) = 3.91%
R=53.91%
G=42.19%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6954500.220.930.7345.9486.4914.51
Hex453650165D492e56f
Octal1056650261351115612617
Binary10001011101101010101101011101100100110111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453605; }

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

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

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

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

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

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

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

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