#73604E

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

Shades of Domino #73604E

Tints of Domino #73604E

Color information

#73604E (or 0x73604E) is unknown color: approx Domino. HEX triplet: 73, 60 and 4E. RGB value is (115,96,78). Sum of RGB (Red+Green+Blue) = 115+96+78=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 115 - color contains mainly: red. Hex color #73604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73604E is #8C9FB1. Grayscale: #636363. Windows color (decimal): -9215922 or 5136499. OLE color: 5136499.

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

Color convert

RGB1159678-
CMYK00.170.320.55
HSL29.19º19.17%37.84%-
HSV(B)29.19º32.17%45.1%-
XYZ12.6312.568.97-
YUV99.63115.79138.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.79%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 78 (30.86% from 255) = 26.99%
R=39.79%
G=33.22%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115967800.170.320.5529.1919.1737.84
Hex73604E01120371d1326
Octal1631401160214067352346
Binary1110011110000010011100100011000001101111110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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