#73863D

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

Shades of Wasabi #73863D

Tints of Wasabi #73863D

Color information

#73863D (or 0x73863D) is unknown color: approx Wasabi. HEX triplet: 73, 86 and 3D. RGB value is (115,134,61). Sum of RGB (Red+Green+Blue) = 115+134+61=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #73863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73863D is #8C79C2. Grayscale: #787878. Windows color (decimal): -9206211 or 4032115. OLE color: 4032115.

HSL color Cylindrical-coordinate representation of color #73863D: hue angle of 75.62º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73863D is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB11513461-
CMYK0.1400.540.47
HSL75.62º37.44%38.24%-
HSV(B)75.62º54.48%52.55%-
XYZ16.4421.037.61-
YUV12094.71124.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.10%
GREEN value IS 134 (52.73% from 255) = 43.23%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=37.10%
G=43.23%
B=19.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115134610.1400.540.4775.6237.4438.24
Hex73863DE0362F4c2526
Octal1632067516066571144546
Binary111001110000110111101111001101101011111001100100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73863D; }

 p { color: rgb(115,134,61); }

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

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

 a { background-color: rgb(115,134,61); }

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

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

 span { border-color: rgb(115,134,61); }

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