Html Css Color HEX #858B48 Wasabi

📋 copy color: '#858B48'

red 133 ◦ green 139 ◦ blue 72

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

Shades of Wasabi #858B48

Tints of Wasabi #858B48

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.41%

 BLUE value IS 72 (28.52% from 255) = 20.93%

R = 38.66%
G = 40.41%
B = 20.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#858B48 (or 0x858B48) is known color: Wasabi. HEX triplet: 85, 8B and 48. RGB value is (133,139,72). Sum of RGB (Red+Green+Blue) = 133+139+72=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 139 - color contains mainly: green. Hex color #858B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B48 is #7A74B7. Grayscale: #818181. Windows color (decimal): -8025272 or 4754309. OLE color: 4754309.

HSL color Cylindrical-coordinate representation of color #858B48: hue angle of 65.37º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #858B48 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 139 72 -
CMYK 0.04 0 0.48 0.45
HSL 65.37º 0.32% 0.41% -
HSV(B) 65.37º 0.48% 0.55% -
XYZ 20.08 23.92 9.69 -
YUV 129.57 95.51 130.45 -
System Red Green Blue C M Y K H S L
Decimal 133 139 72 0.04 0 0.48 0.45 65.37 0.32 0.41
Hex 85 8B 48 4 0 30 2D 41 20 29
Octal 205 213 110 4 0 60 55 101 40 51
Binary 10000101 10001011 1001000 100 0 110000 101101 1000001 100000 101001

Color Harmonies of #858B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858B48

Black with #858B48

Text Example


Text Example

White with #858B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858B48; }

 p { color: rgb(133,139,72); }

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

background-color css

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

 a { background-color: rgb(133,139,72); }

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

border-color css

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

 span { border-color: rgb(133,139,72); }

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