#74352A

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

Shades of Mocha #74352A

Tints of Mocha #74352A

Color information

#74352A (or 0x74352A) is unknown color: approx Mocha. HEX triplet: 74, 35 and 2A. RGB value is (116,53,42). Sum of RGB (Red+Green+Blue) = 116+53+42=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74352A is #8BCAD5. Grayscale: #464646. Windows color (decimal): -9161430 or 2766196. OLE color: 2766196.

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

Color convert

RGB1165342-
CMYK00.540.640.55
HSL8.92º46.84%30.98%-
HSV(B)8.92º63.79%45.49%-
XYZ8.896.432.96-
YUV70.58111.87160.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.98%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=54.98%
G=25.12%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116534200.540.640.558.9246.8430.98
Hex74352A036403792f1f
Octal164655206610067115737
Binary111010011010110101001101101000000110111100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,53,42); }

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

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

 a { background-color: rgb(116,53,42); }

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

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

 span { border-color: rgb(116,53,42); }

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