#73853D

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

Shades of Wasabi #73853D

Tints of Wasabi #73853D

Color information

#73853D (or 0x73853D) is unknown color: approx Wasabi. HEX triplet: 73, 85 and 3D. RGB value is (115,133,61). Sum of RGB (Red+Green+Blue) = 115+133+61=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #73853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73853D is #8C7AC2. Grayscale: #777777. Windows color (decimal): -9206467 or 4031859. OLE color: 4031859.

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

Color convert

RGB11513361-
CMYK0.1400.540.48
HSL75º37.11%38.04%-
HSV(B)75º54.14%52.16%-
XYZ16.320.767.56-
YUV119.4195.04124.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 133 (52.34% from 255) = 43.04%
BLUE value IS 61 (24.22% from 255) = 19.74%
R=37.22%
G=43.04%
B=19.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115133610.1400.540.487537.1138.04
Hex73853DE036304b2526
Octal1632057516066601134546
Binary111001110000101111101111001101101100001001011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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