#735948

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

Shades of Domino #735948

Tints of Domino #735948

Color information

#735948 (or 0x735948) is unknown color: approx Domino. HEX triplet: 73, 59 and 48. RGB value is (115,89,72). Sum of RGB (Red+Green+Blue) = 115+89+72=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #735948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735948 is #8CA6B7. Grayscale: #5E5E5E. Windows color (decimal): -9217720 or 4741491. OLE color: 4741491.

HSL color Cylindrical-coordinate representation of color #735948: hue angle of 23.72º degrees, saturation: 0.23, 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 #735948 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB1158972-
CMYK00.230.370.55
HSL23.72º22.99%36.67%-
HSV(B)23.72º37.39%45.1%-
XYZ11.8111.267.68-
YUV94.84115.11142.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.67%
GREEN value IS 89 (35.16% from 255) = 32.25%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=41.67%
G=32.25%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115897200.230.370.5523.7222.9936.67
Hex7359480172537181725
Octal1631311100274567302745
Binary1110011101100110010000101111001011101111100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735948; }

 p { color: rgb(115,89,72); }

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

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

 a { background-color: rgb(115,89,72); }

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

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

 span { border-color: rgb(115,89,72); }

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