#73813D

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

Shades of Wasabi #73813D

Tints of Wasabi #73813D

Color information

#73813D (or 0x73813D) is unknown color: approx Wasabi. HEX triplet: 73, 81 and 3D. RGB value is (115,129,61). Sum of RGB (Red+Green+Blue) = 115+129+61=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #73813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73813D is #8C7EC2. Grayscale: #757575. Windows color (decimal): -9207491 or 4030835. OLE color: 4030835.

HSL color Cylindrical-coordinate representation of color #73813D: hue angle of 72.35º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73813D is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB11512961-
CMYK0.1100.530.49
HSL72.35º35.79%37.25%-
HSV(B)72.35º52.71%50.59%-
XYZ15.7619.687.38-
YUV117.0696.36126.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.70%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 61 (24.22% from 255) = 20%
R=37.70%
G=42.30%
B=20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115129610.1100.530.4972.3535.7937.25
Hex73813DB03531482425
Octal1632017513065611104445
Binary111001110000001111101101101101011100011001000100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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