#85952d

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

Shades of Wasabi #85952D

Tints of Wasabi #85952D

Color information

#85952D (or 0x85952D) is unknown color: approx Wasabi. HEX triplet: 85, 95 and 2D. RGB value is (133,149,45). Sum of RGB (Red+Green+Blue) = 133+149+45=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #85952D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85952D is #7A6AD2. Grayscale: #848484. Windows color (decimal): -8022739 or 2987397. OLE color: 2987397.

HSL color Cylindrical-coordinate representation of color #85952D: hue angle of 69.23º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85952D is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB13314945-
CMYK0.1100.700.42
HSL69.23º53.61%38.04%-
HSV(B)69.23º69.8%58.43%-
XYZ20.8926.676.53-
YUV132.3678.7128.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 149 (58.59% from 255) = 45.57%
BLUE value IS 45 (17.97% from 255) = 13.76%
R=40.67%
G=45.57%
B=13.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133149450.1100.700.4269.2353.6138.04
Hex85952DB0462A453626
Octal20522555130106521056646
Binary10000101100101011011011011010001101010101000101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85952d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85952d; }

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

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

<style>
 a { background-color: #85952d; }

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

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

<style>
 span { border-color: #85952d; }

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

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