#753429

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

Shades of Mocha #753429

Tints of Mocha #753429

Color information

#753429 (or 0x753429) is unknown color: approx Mocha. HEX triplet: 75, 34 and 29. RGB value is (117,52,41). Sum of RGB (Red+Green+Blue) = 117+52+41=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #753429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753429 is #8ACBD6. Grayscale: #464646. Windows color (decimal): -9096151 or 2700405. OLE color: 2700405.

HSL color Cylindrical-coordinate representation of color #753429: hue angle of 8.68º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #753429 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1175241-
CMYK00.560.650.54
HSL8.68º48.1%30.98%-
HSV(B)8.68º64.96%45.88%-
XYZ8.966.42.86-
YUV70.18111.53161.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 41 (16.41% from 255) = 19.52%
R=55.71%
G=24.76%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117524100.560.650.548.6848.130.98
Hex75342903841369301f
Octal165645107010166116037
Binary111010111010010100101110001000001110110100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753429; }

 p { color: rgb(117,52,41); }

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

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

 a { background-color: rgb(117,52,41); }

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

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

 span { border-color: rgb(117,52,41); }

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