#453606

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

Shades of Madras #453606

Tints of Madras #453606

Color information

#453606 (or 0x453606) is unknown color: approx Madras. HEX triplet: 45, 36 and 06. RGB value is (69,54,6). Sum of RGB (Red+Green+Blue) = 69+54+6=129 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.49% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 69 - color contains mainly: red. Hex color #453606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453606 is #BAC9F9. Grayscale: #353535. Windows color (decimal): -12241402 or 407109. OLE color: 407109.

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

Color convert

RGB69546-
CMYK00.220.910.73
HSL45.71º84%14.71%-
HSV(B)45.71º91.3%27.06%-
XYZ3.813.920.73-
YUV53.01101.47139.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.49%
GREEN value IS 54 (21.48% from 255) = 41.86%
BLUE value IS 6 (2.73% from 255) = 4.65%
R=53.49%
G=41.86%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6954600.220.910.7345.718414.71
Hex453660165B492e54f
Octal1056660261331115612417
Binary10001011101101100101101011011100100110111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453606; }

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

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

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

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

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

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

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

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