#74352B

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

Shades of Mocha #74352B

Tints of Mocha #74352B

Color information

#74352B (or 0x74352B) is unknown color: approx Mocha. HEX triplet: 74, 35 and 2B. RGB value is (116,53,43). Sum of RGB (Red+Green+Blue) = 116+53+43=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74352B is #8BCAD4. Grayscale: #464646. Windows color (decimal): -9161429 or 2831732. OLE color: 2831732.

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

Color convert

RGB1165343-
CMYK00.540.630.55
HSL8.22º45.91%31.18%-
HSV(B)8.22º62.93%45.49%-
XYZ8.916.433.06-
YUV70.7112.37160.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.72%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 43 (17.19% from 255) = 20.28%
R=54.72%
G=25%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116534300.540.630.558.2245.9131.18
Hex74352B0363F3782e1f
Octal16465530667767105637
Binary11101001101011010110110110111111110111100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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