#755E48

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

Shades of Domino #755E48

Tints of Domino #755E48

Color information

#755E48 (or 0x755E48) is unknown color: approx Domino. HEX triplet: 75, 5E and 48. RGB value is (117,94,72). Sum of RGB (Red+Green+Blue) = 117+94+72=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #755E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E48 is #8AA1B7. Grayscale: #626262. Windows color (decimal): -9085368 or 4742773. OLE color: 4742773.

HSL color Cylindrical-coordinate representation of color #755E48: hue angle of 29.33º 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 #755E48 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB1179472-
CMYK00.200.380.54
HSL29.33º23.81%37.06%-
HSV(B)29.33º38.46%45.88%-
XYZ12.5112.267.84-
YUV98.37113.12141.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 94 (37.11% from 255) = 33.22%
BLUE value IS 72 (28.52% from 255) = 25.44%
R=41.34%
G=33.22%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117947200.200.380.5429.3323.8137.06
Hex755E4801426361d1825
Octal1651361100244666353045
Binary1110101101111010010000101001001101101101110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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