#74362A

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

Shades of Mocha #74362A

Tints of Mocha #74362A

Color information

#74362A (or 0x74362A) is unknown color: approx Mocha. HEX triplet: 74, 36 and 2A. RGB value is (116,54,42). Sum of RGB (Red+Green+Blue) = 116+54+42=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74362A is #8BC9D5. Grayscale: #474747. Windows color (decimal): -9161174 or 2766452. OLE color: 2766452.

HSL color Cylindrical-coordinate representation of color #74362A: hue angle of 9.73º 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 #74362A is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB1165442-
CMYK00.530.640.55
HSL9.73º46.84%30.98%-
HSV(B)9.73º63.79%45.49%-
XYZ8.946.522.98-
YUV71.17111.54159.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.72%
GREEN value IS 54 (21.48% from 255) = 25.47%
BLUE value IS 42 (16.80% from 255) = 19.81%
R=54.72%
G=25.47%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116544200.530.640.559.7346.8430.98
Hex74362A0354037a2f1f
Octal164665206510067125737
Binary111010011011010101001101011000000110111101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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