#735E4D

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

Shades of Domino #735E4D

Tints of Domino #735E4D

Color information

#735E4D (or 0x735E4D) is unknown color: approx Domino. HEX triplet: 73, 5E and 4D. RGB value is (115,94,77). Sum of RGB (Red+Green+Blue) = 115+94+77=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #735E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E4D is #8CA1B2. Grayscale: #626262. Windows color (decimal): -9216435 or 5070451. OLE color: 5070451.

HSL color Cylindrical-coordinate representation of color #735E4D: hue angle of 26.84º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #735E4D is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1159477-
CMYK00.180.330.55
HSL26.84º19.79%37.65%-
HSV(B)26.84º33.04%45.1%-
XYZ12.4112.198.72-
YUV98.34115.96139.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.21%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 77 (30.47% from 255) = 26.92%
R=40.21%
G=32.87%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115947700.180.330.5526.8419.7937.65
Hex735E4D01221371b1426
Octal1631361150224167332446
Binary1110011101111010011010100101000011101111101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735E4D; }

 p { color: rgb(115,94,77); }

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

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

 a { background-color: rgb(115,94,77); }

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

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

 span { border-color: rgb(115,94,77); }

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