#75362A

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

Shades of Mocha #75362A

Tints of Mocha #75362A

Color information

#75362A (or 0x75362A) is unknown color: approx Mocha. HEX triplet: 75, 36 and 2A. RGB value is (117,54,42). Sum of RGB (Red+Green+Blue) = 117+54+42=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75362A is #8AC9D5. Grayscale: #474747. Windows color (decimal): -9095638 or 2766453. OLE color: 2766453.

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

Color convert

RGB1175442-
CMYK00.540.640.54
HSL9.6º47.17%31.18%-
HSV(B)9.6º64.1%45.88%-
XYZ9.076.592.98-
YUV71.47111.37160.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.93%
GREEN value IS 54 (21.48% from 255) = 25.35%
BLUE value IS 42 (16.80% from 255) = 19.72%
R=54.93%
G=25.35%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117544200.540.640.549.647.1731.18
Hex75362A0364036a2f1f
Octal165665206610066125737
Binary111010111011010101001101101000000110110101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75362A; }

 p { color: rgb(117,54,42); }

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

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

 a { background-color: rgb(117,54,42); }

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

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

 span { border-color: rgb(117,54,42); }

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