#73382F

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

Shades of Mocha #73382F

Tints of Mocha #73382F

Color information

#73382F (or 0x73382F) is unknown color: approx Mocha. HEX triplet: 73, 38 and 2F. RGB value is (115,56,47). Sum of RGB (Red+Green+Blue) = 115+56+47=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #73382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73382F is #8CC7D0. Grayscale: #484848. Windows color (decimal): -9226193 or 3094643. OLE color: 3094643.

HSL color Cylindrical-coordinate representation of color #73382F: hue angle of 7.94º degrees, saturation: 0.42, 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 #73382F is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1155647-
CMYK00.510.590.55
HSL7.94º41.98%31.76%-
HSV(B)7.94º59.13%45.1%-
XYZ96.683.5-
YUV72.62113.55158.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.75%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 47 (18.75% from 255) = 21.56%
R=52.75%
G=25.69%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115564700.510.590.557.9441.9831.76
Hex73382F0333B3782a20
Octal16370570637367105240
Binary111001111100010111101100111110111101111000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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