Html Css Color HEX #85912F Wasabi

📋 copy color: '#85912F'

red 133 ◦ green 145 ◦ blue 47

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

Shades of Wasabi #85912F

Tints of Wasabi #85912F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.62%

 BLUE value IS 47 (18.75% from 255) = 14.46%

R = 40.92%
G = 44.62%
B = 14.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#85912F (or 0x85912F) is known color: Wasabi. HEX triplet: 85, 91 and 2F. RGB value is (133,145,47). Sum of RGB (Red+Green+Blue) = 133+145+47=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #85912F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85912F is #7A6ED0. Grayscale: #828282. Windows color (decimal): -8023761 or 3117445. OLE color: 3117445.

HSL color Cylindrical-coordinate representation of color #85912F: hue angle of 67.35º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85912F is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 145 47 -
CMYK 0.08 0 0.68 0.43
HSL 67.35º 0.51% 0.38% -
HSV(B) 67.35º 0.68% 0.57% -
XYZ 20.31 25.44 6.53 -
YUV 130.24 81.02 129.97 -
System Red Green Blue C M Y K H S L
Decimal 133 145 47 0.08 0 0.68 0.43 67.35 0.51 0.38
Hex 85 91 2F 8 0 44 2B 43 33 26
Octal 205 221 57 10 0 104 53 103 63 46
Binary 10000101 10010001 101111 1000 0 1000100 101011 1000011 110011 100110

Color Harmonies of #85912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85912F

Black with #85912F

Text Example


Text Example

White with #85912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85912F; }

 p { color: rgb(133,145,47); }

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

background-color css

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

 a { background-color: rgb(133,145,47); }

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

border-color css

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

 span { border-color: rgb(133,145,47); }

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