#85992D

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

Shades of Wasabi #85992D

Tints of Wasabi #85992D

Color information

#85992D (or 0x85992D) is unknown color: approx Wasabi. HEX triplet: 85, 99 and 2D. RGB value is (133,153,45). Sum of RGB (Red+Green+Blue) = 133+153+45=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #85992D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85992D is #7A66D2. Grayscale: #878787. Windows color (decimal): -8021715 or 2988421. OLE color: 2988421.

HSL color Cylindrical-coordinate representation of color #85992D: hue angle of 71.11º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85992D is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB13315345-
CMYK0.1300.710.4
HSL71.11º54.55%38.82%-
HSV(B)71.11º70.59%60%-
XYZ21.5427.966.74-
YUV134.7177.37126.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 153 (60.16% from 255) = 46.22%
BLUE value IS 45 (17.97% from 255) = 13.60%
R=40.18%
G=46.22%
B=13.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133153450.1300.710.471.1154.5538.82
Hex85992DD04728473727
Octal20523155150107501076747
Binary10000101100110011011011101010001111010001000111110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85992D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,153,45); }

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

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

 a { background-color: rgb(133,153,45); }

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

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

 span { border-color: rgb(133,153,45); }

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