#743630

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

Shades of Mocha #743630

Tints of Mocha #743630

Color information

#743630 (or 0x743630) is unknown color: approx Mocha. HEX triplet: 74, 36 and 30. RGB value is (116,54,48). Sum of RGB (Red+Green+Blue) = 116+54+48=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #743630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743630 is #8BC9CF. Grayscale: #474747. Windows color (decimal): -9161168 or 3159668. OLE color: 3159668.

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

Color convert

RGB1165448-
CMYK00.530.590.55
HSL5.29º41.46%32.16%-
HSV(B)5.29º58.62%45.49%-
XYZ9.066.563.59-
YUV71.85114.54159.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 48 (19.14% from 255) = 22.02%
R=53.21%
G=24.77%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116544800.530.590.555.2941.4632.16
Hex7436300353B3752920
Octal1646660065736755140
Binary11101001101101100000110101111011110111101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743630; }

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

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

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

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

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

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

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

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