Html Css Color HEX #858734 Wasabi

📋 copy color: '#858734'

red 133 ◦ green 135 ◦ blue 52

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

Shades of Wasabi #858734

Tints of Wasabi #858734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.25%

R = 41.56%
G = 42.19%
B = 16.25%

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

#858734 (or 0x858734) is known color: Wasabi. HEX triplet: 85, 87 and 34. RGB value is (133,135,52). Sum of RGB (Red+Green+Blue) = 133+135+52=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #858734 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858734 is #7A78CB. Grayscale: #7D7D7D. Windows color (decimal): -8026316 or 3442565. OLE color: 3442565.

HSL color Cylindrical-coordinate representation of color #858734: hue angle of 61.45º 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 #858734 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 135 52 -
CMYK 0.01 0 0.61 0.47
HSL 61.45º 0.44% 0.37% -
HSV(B) 61.45º 0.61% 0.53% -
XYZ 18.96 22.56 6.6 -
YUV 124.94 86.84 133.75 -
System Red Green Blue C M Y K H S L
Decimal 133 135 52 0.01 0 0.61 0.47 61.45 0.44 0.37
Hex 85 87 34 1 0 3D 2F 3D 2C 25
Octal 205 207 64 1 0 75 57 75 54 45
Binary 10000101 10000111 110100 1 0 111101 101111 111101 101100 100101

Color Harmonies of #858734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858734

Black with #858734

Text Example


Text Example

White with #858734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858734; }

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

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

background-color css

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

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

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

border-color css

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

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

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