#73604A

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

Shades of Domino #73604A

Tints of Domino #73604A

Color information

#73604A (or 0x73604A) is unknown color: approx Domino. HEX triplet: 73, 60 and 4A. RGB value is (115,96,74). Sum of RGB (Red+Green+Blue) = 115+96+74=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #73604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73604A is #8C9FB5. Grayscale: #636363. Windows color (decimal): -9215926 or 4874355. OLE color: 4874355.

HSL color Cylindrical-coordinate representation of color #73604A: hue angle of 32.2º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73604A is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1159674-
CMYK00.170.360.55
HSL32.2º21.69%37.06%-
HSV(B)32.2º35.65%45.1%-
XYZ12.4912.58.23-
YUV99.17113.79139.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.35%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=40.35%
G=33.68%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115967400.170.360.5532.221.6937.06
Hex73604A0112437201625
Octal1631401120214467402645
Binary11100111100000100101001000110010011011110000010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73604A; }

 p { color: rgb(115,96,74); }

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

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

 a { background-color: rgb(115,96,74); }

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

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

 span { border-color: rgb(115,96,74); }

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