#73382A

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

Shades of Mocha #73382A

Tints of Mocha #73382A

Color information

#73382A (or 0x73382A) is unknown color: approx Mocha. HEX triplet: 73, 38 and 2A. RGB value is (115,56,42). Sum of RGB (Red+Green+Blue) = 115+56+42=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #73382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73382A is #8CC7D5. Grayscale: #484848. Windows color (decimal): -9226198 or 2766963. OLE color: 2766963.

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

Color convert

RGB1155642-
CMYK00.510.630.55
HSL11.51º46.5%30.78%-
HSV(B)11.51º63.48%45.1%-
XYZ8.96.643-
YUV72.04111.05158.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.99%
GREEN value IS 56 (22.27% from 255) = 26.29%
BLUE value IS 42 (16.80% from 255) = 19.72%
R=53.99%
G=26.29%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115564200.510.630.5511.5146.530.78
Hex73382A0333F37c2e1f
Octal16370520637767145637
Binary11100111110001010100110011111111110111110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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