Html Css Color HEX #85893C Wasabi

📋 copy color: '#85893C'

red 133 ◦ green 137 ◦ blue 60

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

Shades of Wasabi #85893C

Tints of Wasabi #85893C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.52%

 BLUE value IS 60 (23.83% from 255) = 18.18%

R = 40.3%
G = 41.52%
B = 18.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#85893C (or 0x85893C) is known color: Wasabi. HEX triplet: 85, 89 and 3C. RGB value is (133,137,60). Sum of RGB (Red+Green+Blue) = 133+137+60=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 137 - color contains mainly: green. Hex color #85893C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85893C is #7A76C3. Grayscale: #7F7F7F. Windows color (decimal): -8025796 or 3967365. OLE color: 3967365.

HSL color Cylindrical-coordinate representation of color #85893C: hue angle of 63.12º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85893C is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 137 60 -
CMYK 0.03 0 0.56 0.46
HSL 63.12º 0.39% 0.39% -
HSV(B) 63.12º 0.56% 0.54% -
XYZ 19.43 23.2 7.73 -
YUV 127.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 133 137 60 0.03 0 0.56 0.46 63.12 0.39 0.39
Hex 85 89 3C 3 0 38 2E 3F 27 27
Octal 205 211 74 3 0 70 56 77 47 47
Binary 10000101 10001001 111100 11 0 111000 101110 111111 100111 100111

Color Harmonies of #85893C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85893C

Black with #85893C

Text Example


Text Example

White with #85893C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85893C; }

 p { color: rgb(133,137,60); }

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

background-color css

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

 a { background-color: rgb(133,137,60); }

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

border-color css

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

 span { border-color: rgb(133,137,60); }

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