#75392D

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

Shades of Mocha #75392D

Tints of Mocha #75392D

Color information

#75392D (or 0x75392D) is unknown color: approx Mocha. HEX triplet: 75, 39 and 2D. RGB value is (117,57,45). Sum of RGB (Red+Green+Blue) = 117+57+45=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #75392D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75392D is #8AC6D2. Grayscale: #494949. Windows color (decimal): -9094867 or 2963829. OLE color: 2963829.

HSL color Cylindrical-coordinate representation of color #75392D: hue angle of 10º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75392D is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1175745-
CMYK00.510.620.54
HSL10º44.44%31.76%-
HSV(B)10º61.54%45.88%-
XYZ9.276.93.33-
YUV73.57111.88158.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.42%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 45 (17.97% from 255) = 20.55%
R=53.42%
G=26.03%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117574500.510.620.541044.4431.76
Hex75392D0333E36a2c20
Octal16571550637666125440
Binary111010111100110110101100111111101101101010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75392D; }

 p { color: rgb(117,57,45); }

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

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

 a { background-color: rgb(117,57,45); }

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

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

 span { border-color: rgb(117,57,45); }

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