#736049

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

Shades of Domino #736049

Tints of Domino #736049

Color information

#736049 (or 0x736049) is unknown color: approx Domino. HEX triplet: 73, 60 and 49. RGB value is (115,96,73). Sum of RGB (Red+Green+Blue) = 115+96+73=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #736049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736049 is #8C9FB6. Grayscale: #636363. Windows color (decimal): -9215927 or 4808819. OLE color: 4808819.

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

Color convert

RGB1159673-
CMYK00.170.370.55
HSL32.86º22.34%36.86%-
HSV(B)32.86º36.52%45.1%-
XYZ12.4612.498.06-
YUV99.06113.29139.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.49%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 73 (28.91% from 255) = 25.70%
R=40.49%
G=33.80%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115967300.170.370.5532.8622.3436.86
Hex7360490112537211625
Octal1631401110214567412645
Binary11100111100000100100101000110010111011110000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736049; }

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

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

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

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

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

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

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

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