Html Css Color HEX #858735 Wasabi

📋 copy color: '#858735'

red 133 ◦ green 135 ◦ blue 53

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

Shades of Wasabi #858735

Tints of Wasabi #858735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.51%

R = 41.43%
G = 42.06%
B = 16.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#858735 (or 0x858735) is known color: Wasabi. HEX triplet: 85, 87 and 35. RGB value is (133,135,53). Sum of RGB (Red+Green+Blue) = 133+135+53=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #858735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858735 is #7A78CA. Grayscale: #7D7D7D. Windows color (decimal): -8026315 or 3508101. OLE color: 3508101.

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

Color convert

RGB 133 135 53 -
CMYK 0.01 0 0.61 0.47
HSL 61.46º 0.44% 0.37% -
HSV(B) 61.46º 0.61% 0.53% -
XYZ 18.98 22.57 6.72 -
YUV 125.05 87.34 133.67 -
System Red Green Blue C M Y K H S L
Decimal 133 135 53 0.01 0 0.61 0.47 61.46 0.44 0.37
Hex 85 87 35 1 0 3D 2F 3D 2C 25
Octal 205 207 65 1 0 75 57 75 54 45
Binary 10000101 10000111 110101 1 0 111101 101111 111101 101100 100101

Color Harmonies of #858735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858735

Black with #858735

Text Example


Text Example

White with #858735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858735; }

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

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

background-color css

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

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

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

border-color css

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

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

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