#755C48

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

Shades of Domino #755C48

Tints of Domino #755C48

Color information

#755C48 (or 0x755C48) is unknown color: approx Domino. HEX triplet: 75, 5C and 48. RGB value is (117,92,72). Sum of RGB (Red+Green+Blue) = 117+92+72=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #755C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C48 is #8AA3B7. Grayscale: #616161. Windows color (decimal): -9085880 or 4742261. OLE color: 4742261.

HSL color Cylindrical-coordinate representation of color #755C48: hue angle of 26.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #755C48 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1179272-
CMYK00.210.380.54
HSL26.67º23.81%37.06%-
HSV(B)26.67º38.46%45.88%-
XYZ12.3311.97.78-
YUV97.2113.78142.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 72 (28.52% from 255) = 25.62%
R=41.64%
G=32.74%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117927200.210.380.5426.6723.8137.06
Hex755C4801526361b1825
Octal1651341100254666333045
Binary1110101101110010010000101011001101101101101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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