#735C48

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

Shades of Domino #735C48

Tints of Domino #735C48

Color information

#735C48 (or 0x735C48) is unknown color: approx Domino. HEX triplet: 73, 5C and 48. RGB value is (115,92,72). Sum of RGB (Red+Green+Blue) = 115+92+72=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #735C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735C48 is #8CA3B7. Grayscale: #606060. Windows color (decimal): -9216952 or 4742259. OLE color: 4742259.

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

Color convert

RGB1159272-
CMYK00.200.370.55
HSL27.91º22.99%36.67%-
HSV(B)27.91º37.39%45.1%-
XYZ12.0711.777.77-
YUV96.6114.12141.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.22%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 72 (28.52% from 255) = 25.81%
R=41.22%
G=32.97%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115927200.200.370.5527.9122.9936.67
Hex735C4801425371c1725
Octal1631341100244567342745
Binary1110011101110010010000101001001011101111110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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