#73853E

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

Shades of Wasabi #73853E

Tints of Wasabi #73853E

Color information

#73853E (or 0x73853E) is unknown color: approx Wasabi. HEX triplet: 73, 85 and 3E. RGB value is (115,133,62). Sum of RGB (Red+Green+Blue) = 115+133+62=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #73853E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73853E is #8C7AC1. Grayscale: #777777. Windows color (decimal): -9206466 or 4097395. OLE color: 4097395.

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

Color convert

RGB11513362-
CMYK0.1400.530.48
HSL75.21º36.41%38.24%-
HSV(B)75.21º53.38%52.16%-
XYZ16.3320.777.71-
YUV119.5295.54124.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.10%
GREEN value IS 133 (52.34% from 255) = 42.90%
BLUE value IS 62 (24.61% from 255) = 20%
R=37.10%
G=42.90%
B=20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115133620.1400.530.4875.2136.4138.24
Hex73853EE035304b2426
Octal1632057616065601134446
Binary111001110000101111110111001101011100001001011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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