Html Css Color HEX #858732 Wasabi

📋 copy color: '#858732'

red 133 ◦ green 135 ◦ blue 50

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

Shades of Wasabi #858732

Tints of Wasabi #858732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.72%

R = 41.82%
G = 42.45%
B = 15.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#858732 (or 0x858732) is known color: Wasabi. HEX triplet: 85, 87 and 32. RGB value is (133,135,50). Sum of RGB (Red+Green+Blue) = 133+135+50=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #858732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858732 is #7A78CD. Grayscale: #7D7D7D. Windows color (decimal): -8026318 or 3311493. OLE color: 3311493.

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

Color convert

RGB 133 135 50 -
CMYK 0.01 0 0.63 0.47
HSL 61.41º 0.46% 0.36% -
HSV(B) 61.41º 0.63% 0.53% -
XYZ 18.91 22.54 6.37 -
YUV 124.71 85.84 133.91 -
System Red Green Blue C M Y K H S L
Decimal 133 135 50 0.01 0 0.63 0.47 61.41 0.46 0.36
Hex 85 87 32 1 0 3F 2F 3D 2E 24
Octal 205 207 62 1 0 77 57 75 56 44
Binary 10000101 10000111 110010 1 0 111111 101111 111101 101110 100100

Color Harmonies of #858732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858732

Black with #858732

Text Example


Text Example

White with #858732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858732; }

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

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

background-color css

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

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

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

border-color css

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

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

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