#74362C

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

Shades of Mocha #74362C

Tints of Mocha #74362C

Color information

#74362C (or 0x74362C) is unknown color: approx Mocha. HEX triplet: 74, 36 and 2C. RGB value is (116,54,44). Sum of RGB (Red+Green+Blue) = 116+54+44=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #74362C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74362C is #8BC9D3. Grayscale: #474747. Windows color (decimal): -9161172 or 2897524. OLE color: 2897524.

HSL color Cylindrical-coordinate representation of color #74362C: hue angle of 8.33º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74362C is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1165444-
CMYK00.530.620.55
HSL8.33º45%31.37%-
HSV(B)8.33º62.07%45.49%-
XYZ8.986.533.17-
YUV71.4112.54159.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.21%
GREEN value IS 54 (21.48% from 255) = 25.23%
BLUE value IS 44 (17.58% from 255) = 20.56%
R=54.21%
G=25.23%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116544400.530.620.558.334531.37
Hex74362C0353E3782d1f
Octal16466540657667105537
Binary11101001101101011000110101111110110111100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74362C; }

 p { color: rgb(116,54,44); }

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

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

 a { background-color: rgb(116,54,44); }

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

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

 span { border-color: rgb(116,54,44); }

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