#73382E

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

Shades of Mocha #73382E

Tints of Mocha #73382E

Color information

#73382E (or 0x73382E) is unknown color: approx Mocha. HEX triplet: 73, 38 and 2E. RGB value is (115,56,46). Sum of RGB (Red+Green+Blue) = 115+56+46=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #73382E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73382E is #8CC7D1. Grayscale: #484848. Windows color (decimal): -9226194 or 3029107. OLE color: 3029107.

HSL color Cylindrical-coordinate representation of color #73382E: hue angle of 8.7º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73382E is Cyan = 0, Magento = 0.51, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB1155646-
CMYK00.510.60.55
HSL8.7º42.86%31.57%-
HSV(B)8.7º60%45.1%-
XYZ8.986.673.4-
YUV72.5113.05158.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.00%
GREEN value IS 56 (22.27% from 255) = 25.81%
BLUE value IS 46 (18.36% from 255) = 21.20%
R=53.00%
G=25.81%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115564600.510.60.558.742.8631.57
Hex73382E0333C3792b20
Octal16370560637467115340
Binary111001111100010111001100111111001101111001101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73382E; }

 p { color: rgb(115,56,46); }

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

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

 a { background-color: rgb(115,56,46); }

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

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

 span { border-color: rgb(115,56,46); }

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