Html Css Color HEX #858C48 Wasabi

📋 copy color: '#858C48'

red 133 ◦ green 140 ◦ blue 72

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

Shades of Wasabi #858C48

Tints of Wasabi #858C48

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.58%

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

R = 38.55%
G = 40.58%
B = 20.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#858C48 (or 0x858C48) is known color: Wasabi. HEX triplet: 85, 8C and 48. RGB value is (133,140,72). Sum of RGB (Red+Green+Blue) = 133+140+72=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 140 - color contains mainly: green. Hex color #858C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858C48 is #7A73B7. Grayscale: #828282. Windows color (decimal): -8025016 or 4754565. OLE color: 4754565.

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

Color convert

RGB 133 140 72 -
CMYK 0.05 0 0.49 0.45
HSL 66.18º 0.32% 0.42% -
HSV(B) 66.18º 0.49% 0.55% -
XYZ 20.22 24.21 9.74 -
YUV 130.16 95.18 130.03 -
System Red Green Blue C M Y K H S L
Decimal 133 140 72 0.05 0 0.49 0.45 66.18 0.32 0.42
Hex 85 8C 48 5 0 31 2D 42 20 2A
Octal 205 214 110 5 0 61 55 102 40 52
Binary 10000101 10001100 1001000 101 0 110001 101101 1000010 100000 101010

Color Harmonies of #858C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C48

Black with #858C48

Text Example


Text Example

White with #858C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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