Html Css Color HEX #85952D Wasabi

📋 copy color: '#85952D'

red 133 ◦ green 149 ◦ blue 45

#85952D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #85952D

Tints of Wasabi #85952D

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 value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#85952D (or 0x85952D) is known color: 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

RGB 133 149 45 -
CMYK 0.11 0 0.70 0.42
HSL 69.23º 0.54% 0.38% -
HSV(B) 69.23º 0.7% 0.58% -
XYZ 20.89 26.67 6.53 -
YUV 132.36 78.7 128.46 -
System Red Green Blue C M Y K H S L
Decimal 133 149 45 0.11 0 0.70 0.42 69.23 0.54 0.38
Hex 85 95 2D B 0 46 2A 45 36 26
Octal 205 225 55 13 0 106 52 105 66 46
Binary 10000101 10010101 101101 1011 0 1000110 101010 1000101 110110 100110

Color Harmonies of #85952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85952D

Black with #85952D

Text Example


Text Example

White with #85952D

Text Example


Text Example

HTML Codes & Css Web 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>