Html Css Color HEX #85873D Wasabi

📋 copy color: '#85873D'

red 133 ◦ green 135 ◦ blue 61

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

Shades of Wasabi #85873D

Tints of Wasabi #85873D

RGB

 RED value IS 133 (52.34% from 255) = 40.43%

 GREEN value IS 135 (53.13% from 255) = 41.03%

 BLUE value IS 61 (24.22% from 255) = 18.54%

R = 40.43%
G = 41.03%
B = 18.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#85873D (or 0x85873D) is known color: Wasabi. HEX triplet: 85, 87 and 3D. RGB value is (133,135,61). Sum of RGB (Red+Green+Blue) = 133+135+61=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 135 - color contains mainly: green. Hex color #85873D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85873D is #7A78C2. Grayscale: #7E7E7E. Windows color (decimal): -8026307 or 4032389. OLE color: 4032389.

HSL color Cylindrical-coordinate representation of color #85873D: hue angle of 61.62º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85873D is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 135 61 -
CMYK 0.01 0 0.55 0.47
HSL 61.62º 0.38% 0.38% -
HSV(B) 61.62º 0.55% 0.53% -
XYZ 19.18 22.65 7.78 -
YUV 125.97 91.34 133.02 -
System Red Green Blue C M Y K H S L
Decimal 133 135 61 0.01 0 0.55 0.47 61.62 0.38 0.38
Hex 85 87 3D 1 0 37 2F 3E 26 26
Octal 205 207 75 1 0 67 57 76 46 46
Binary 10000101 10000111 111101 1 0 110111 101111 111110 100110 100110

Color Harmonies of #85873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85873D

Black with #85873D

Text Example


Text Example

White with #85873D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,135,61); }

 H1.HeaderClassName
 {
   color: #85873D;
 }
 .AnyTagClassName
 {
   color: #85873D;
 }
</style>

background-color css

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

 a { background-color: rgb(133,135,61); }

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

border-color css

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

 span { border-color: rgb(133,135,61); }

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